Markdown Syntax Quick Reference

Font Styles
**Strong**Strong
_Italic_Italic
> QuoteQuote
     4 or more spacesCode block
Break Lines
end a line with 2 or more spaces  first line
new line
type an empty line
 
(or containing only spaces)
first line
new line
Lists
* Item 1
* Item 2
  • Item 1
  • Item 2
1. Item 1
2. Item 2
  1. Item 1
  2. Item 2
Headings
# Title 1 #

Title 1

## Title ##

Title 2

Links
<http://foo.bar>http://foo.bar
[link](http://foo.bar/)link
[relative link](/about/)relative link

Full reference of markdown syntax.