Test Page: Markdown
Headings
Posts can be structured with headings. It is recommended to start with level 2 (as the one above) and continue down to level 4. Note that the table of contents in this theme is configured to include headings up to level 2.
Heading 3
This is level 3 content.
Heading 4
This is level 4 content.
Lists
Ordered (numbered) and unordered (bulleted) lists are supported:
- Red
- Green
- Blue
- Bird
- McHale
- Parish
Lists can also be nested:
- Red
- Green
- Red (nested)
- Green (nested)
- Blue
- Blue (nested)
Quotes
This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing.
Blockquotes can be nested:
This is the first level of quoting.
This is a nested blockquote.
Back to the first level.
Code blocks
Preformatted code blocks are used for programming or markup samples. Use fenced code blocks and specify a language where appropriate (gives syntax highlighting):
tell application "Foo"
beep
end tell
Tables
| Column 1 | Column 2 |
|---|---|
| Cell 1, Row 1 | Cell 2, Row 1 |
| Cell 1, Row 2 | Cell 2, Row 2 |
You can add alignment with colons in the separator row, e.g. :--- for left, :---: for center.
Images

With title/caption:

Span elements
Links
This is an internal link.
This is an external link.
Emphasis
This text is bold.
This text is italic.
This text is crossed out.
This text is code.