@@@

Heading

Sub-heading

Alternative heading

Paragraphs are separated by a blank line.

Two spaces at the end of a line produce a line break.

Text attributes italic, bold, monospace.

Horizontal rule:


Bullet lists nested within numbered list:

  1. fruits
    • apple
    • banana
  2. vegetables
    • carrot
    • broccoli

A link.

Image

Markdown uses email-style characters for blockquoting.

Multiple paragraphs need to be prepended individually.

Most inline HTML is supported.

Markdown extensions

Abbreviations

The HTML specification is maintained by the W3C.

Attribute Lists

This is a paragraph.

Definition Lists

Apple
Pomaceous fruit of plants of the genus Malus in the family Rosaceae.
Orange
The fruit of an evergreen tree of the genus Citrus.

Fenced Code Blocks

<p>HTML Document</p>
def test(x):
    return x

Tables

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