Mardown support on this forum

Headings

# h1 Heading

## h2 Heading

### h3 Heading

#### h4 Heading

##### h5 Heading
###### h6 Heading

Images

Code Effect
![Minion](https://octodex.github.com/images/dojocat.jpg) Minion
![Stormtroopocat](https://octodex.github.com/images/stormtroopocat.png "The Stormtroopocat") Stormtroopocat

Horizontal Rules

___


---


***


Typographic replacements

Code Effect
(tm)
+- ±
->
<-

Emphasis

Code Effect
**Bold** Bold
`Bold Bold
*Italic* Italic
_Italic_ Italic
~~Strikethrough~~ Strikethrough`

Blockquotes

> Blockquotes can also be nested…

>> …by using additional greater-than signs right next to each other…

Lists

Unordered

  • + Create a list by starting a line with +, -, or *
  • + Sub-lists are made by indenting 2 spaces:
    • - Marker character change forces new list start:
      • * Ac tristique libero volutpat at
      • + Facilisis in pretium nisl aliquet
      • - Nulla volutpat aliquam velit
  • + Very easy!

Ordered

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa

Code

Inline

In `line` code

Indented

    // Some comments
    line 1 of code
    line 2 of code
    line 3 of code

Block code “fences”

```
Sample text here...
```

Tables

| Table head | Table head right aligned |
|-|-:|
| table data| Table data |

Links

[link text](gtarp.nl)
[link with title](gtarp.nl "popout text!")
gtarp.nl

Footnotes

Code Effect
Footnote 1 link[^first] Footnote 1 link[1]
Footnote 2 link[^second] Footnote 2 link[2]
Inline footnote^[Text of inline footnote] definition Inline footnote[3] definition
Duplicated footnote reference[^second] Duplicated footnote reference[2:1]

  1. [^first]: Footnote can have markup

    and multiple paragraphs. ↩︎

  2. [^second]: Footnote text. ↩︎ ↩︎

  3. Text of inline footnote ↩︎