Title of Article
This is a basic demo of using Svelte components in markdown. Links look like this:
Standard Markdown Stuff
This is a blockquote
This is an image:
This is a YouTube video
List Styling
- 🎉 Unordered List 1
- 👇 Unordered List 2
- Nested
- Ordered List
- Second Level
- Nesting
- Ordered
- List
- Nested
- Unordered
Syntax Highlighting
Standard github-style syntax highlighing works: there are a couple of modifier components that are used to add line numbers and a copy button:
uint8_t test = {4, 5, 7};
int main(uint8_t *main)
{
test[4] = 5;
} This uses PrismJS under the hood. All language components except html, css and js have to be included manually.
#!/bin/bash
echo "test"