Line Breaks
When you do want to insert a <br/> break tag using Markdown, you end a line with two or more spaces, then type return.
Headers# This is an H1
## This is an H2
###### This is an H6
Blockquotes> This is the first level of quoting.
>
> > This is nested blockquote.
>
> Back to the first level.
Unordered Lists
* Red
* Green
* Blue
Ordered Lists
1 Red
2 Green
3 Blue