Markdown Guide

Text

Markdown Result
This text is **bold**. This text is bold.
This text is *italicized*. This text is italicized.
`This is some code.` This is some code.

Headings

Markdown Result
# First Header

First Header

## Second Header

Second Header

### Third Header

Third Header

Quotes

This is the first level of quoting.
>> This is nested blockquote.
> Back to the first level.
This is the first level of quoting.
This is nested blockquote.
Back to the first level.

Links and Images

Link to [Google](http://google.com). Link to Google.
Send me an email at . Send me an email at address@example.com.
![37signals logo](http://www.37signals.com/images/logo-37signals.png) 37signals logo

Lists

Markdown Result
* Milk
* Bread
* Cheese
  * Cheddar
  * Camembert
* Rice
  • Milk
  • Bread
  • Cheese
    • Cheddar
    • Camembert
  • Rice
1. Milk
2. Bread
3. Cheese
  1. Cheddar
  2. Camembert
4. Rice
  1. Milk
  2. Bread
  3. Cheese
    1. Cheddar
    2. Camembert
  4. Rice