Test Page: Markdown

This is a test page with common Markdown elements that authors can use when writing posts. The theme should support them.

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:

  1. Bird
  2. McHale
  3. Parish

Lists can also be 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 1Column 2
Cell 1, Row 1Cell 2, Row 1
Cell 1, Row 2Cell 2, Row 2

You can add alignment with colons in the separator row, e.g. :--- for left, :---: for center.

Images

Entry of the Bauhaus school in Dessau, Germany

With title/caption:

Entry of the Bauhaus school in Dessau, Germany
Entry of the Bauhaus school in Dessau, Germany (photo by Birgit Böllinger, Pexels)

Span elements

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.