๐งช Markdown Test
2022-08-29This page tests out all of the Markdown options. Probably not worth a read, but watch this space for more posts.
Headings
H2
H3
H4
H5
H6
Styles
Bold
Italic
Bold and Italic
Code
Strikethrough
Syntax Highlighting
Normal
1 2 let name = "Stuart";
3 let mut age = 38;
4 println!; // Comment that causes scrolling
5
Highlighted
1 2 let name = "World";
3 println!;
4
Lists
Ordered
- Ordered lists?
- Indents
- Sure, they work
Unordered
- Unordered lists?
- Even with indents
- Sure they work
Quotes
Normal
So long, and thanks for all the fish!
Nested
Hello
World!
Horizontal Rule
Table
Col1 | Col2 |
---|---|
Nice | Table |
Nice | Table |