Show Menu
Cheatography

Cheat sheet for Markdown. See http://daringfireball.net/projects/markdown/syntax for more info.

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

 

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 example inline link.
 
This link has no title attribute.
 
See my 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.
           
 

Comments

Nice - very handy!

Tjank you, some suggestions :
- This is not obvious that 4 spaces shall be used for a code paragraph
- Neither that inline code use quotes ' '
- You can also force line return with 2 spaces

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          HAML Cheat Sheet
          JavaScript Cheat Sheet

          More Cheat Sheets by specialbrand

          HAML Cheat Sheet