Markdown Help

Headers

Note that the page already has a top heading from the article name.

## Top level sub-heading
### Second level sub-heading

Text Styles

**This text will be bold**

Bulleted List

* item 1
* item 2
* item 3

Numbered List

1. item 1
2. item 2
3. item 3

Quotes

Start each paragraph with a > like so:

> Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.

> Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.

Tables

Fruit | Colour
-|-
apple | green
banana | yellow

Links

[link text](http://www.example.com "Title text goes here")

Images

![Alt text](/path/to/img.jpg "Optional title")

Inline code

Here is some `code`

Code block

To produce a code block, simply indent every line of the block by at least 4 spaces or 1 tab

    This is a code block.