Skip navigation

Markdown Testpage

Example Markdown page

Heading 2

Heading 3

Heading 3

Listing

  • erster Punkt
  • Zweiter Punkt
  • Dritter Punkt

  • Red

  • Green
  • Blue

This is an example inline link.

This link has no title attribute.

title title alt text

alt text

alt text

Abbreviations

The HTML specification is maintained by the W3C.

Blockquotes

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.

Emphasis

single asterisks

single underscores

double asterisks

double underscores

HR



Footnotes

Footnotes1 have a label2 and the footnote's content.

Table

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

Admonition

optional explicit title within double quotes

Any number of other indented markdown elements.

This is the second paragraph.

Attribute List

This is a paragraph.

A setext style header

A hash style header

Code

Use the printf() function.

There is a literal backtick (`) here.

import pdb
pdb.set_trace()

  1. This is a footnote content. 

  2. A footnote on the label: "@#$%".