# Top-level title

## Section

### Subsection

This *emphasized* **strong** `verbatim` markdown.
See this [link](http://example.com/).

Ordered list:

  1. one
  1. two
  1. three

> Blockquote
> is
> for
> citatons.

    Code
    block
    is
    for
    code.

~~Strikeout~~ is Pandoc's extension.
Superscript and subscripts too: H~2~O is a liquid[^1].
2^10^ is 1024.

Math is another Pandoc extension: $E = m c^2$.

[^1]: Sometimes.