Markdown

Headers

H1
# H1
H2
## H2
H3
### H3
H4
#### H4
H5
##### H5
H6
###### H6

Blockq­uotes

> Block quote paragraph 1. Lorem ipsum dolor sit amet.
> Block quote paragraph 2. Suspen­disse
id sem consec­tetuer libero luctus adipis­cing.

Horizontal Rules

* * *
- - -
------­---­---­---­---­---­---­-----

Images

![Alt text](­/pa­th/­to/­img.jpg)
![Alt text](­/pa­th/­to/­img.jpg "­Opt­ional title")
 

Emphasis

Italics
*single asterisk*
 
_single unders­cores_
Bold
**double asteri­sks**
 
__double unders­core__

Unordered List

* Red
* Green
* Blue

+ Red
+ Green
+ Blue

- Red
- Green
- Blue

Ordered List

1. Bird
2. McHale
3. Parish
 

Links

Inline Link
This is [an exampl­e](­htt­p:/­/ex­amp­le.com/ "­Tit­le") inline link.
 
[This link](­htt­p:/­/ex­amp­le.c­om/) has no title attribute.
 
See my [About­](/­about/) page for details.
Reference Link
This is [an exampl­e][id] reference link.
 
[id]: http:/­/ex­amp­le.com/ "­Opt­ional Title Here"
Automatic Link
Email Link
<ad­dre­ss@­exa­mpl­e.c­om>

Code Blocks

This is a normal paragraph

 ­ ­ ­ This is is a code block

Inline code

Use the printf() function.