Skip to content

Instantly share code, notes, and snippets.

@nicolashery
Last active December 18, 2015 07:48
Show Gist options
  • Save nicolashery/5748787 to your computer and use it in GitHub Desktop.
Save nicolashery/5748787 to your computer and use it in GitHub Desktop.
Markdown cheat sheet

Markdown cheat sheet

# Header 1

## Header 2

### Header 3

This is a paragraph.

A food list, with nested items:

- fruits
  - apple
  - banana
- vegetables

A link: 

[GitHub](https://github.com/)
[Contact](mailto:[email protected])

A picture:

![Image title](https://a248.e.akamai.net/assets.github.com/images/modules/logos_page/Octocat.png)
![Local image](relative/path/to/image.jpg)

More info on Daring Fireball.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment