This post contains a test of various markdown features for website styling.

Heading 1

Some text under the heading.

Heading 2

Some text under the heading.

Heading 3

Some text under the heading.

Heading 4

Some text under the heading.

Heading 5

Some text under the heading.

Heading 6

Some text under the heading.

This is a quote with bold and italics and both.

This is a paragraph with bold and italics and both.

Now we have some code and a link or two.

Don’t forget about footnotes!1

/**
 * Look! A comment! How rare!
 * @author meeeeee!
 */
public void codeBlock() {
    int does = this.supportsCodeBlocks();
    And.syntaxHighlighting(does);
}

We have:

  • Lists2
  • More items in Lists
    • Sublists!

Plus, there’s

  1. Numbered Lists!
  2. With Multiple items!
    1. And more numbers under those numbers!
  1. This is important and shouldn’t be overlooked

  2. With some footnote content.