๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป stustill.dev

๐Ÿงช Markdown Test

2022-08-29

This 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

1fn main() {
2 let name = "Stuart";
3 let mut age = 38;
4 println!("Hello, {}! You are {}.", name, age); // Comment that causes scrolling
5}

Highlighted

1fn main() {
2 let name = "World";
3 println!("Hello, {}!", name);
4}

Lists

Ordered

  1. Ordered lists?
    1. Indents
  2. Sure, they work

Unordered

Quotes

Normal

So long, and thanks for all the fish!

Nested

Hello

World!

Horizontal Rule


Table

Col1Col2
NiceTable
NiceTable