Skip to content

Instantly share code, notes, and snippets.

View raulperula's full-sized avatar

Raúl Pérula Martínez raulperula

View GitHub Profile
cmake -G"Eclipse CDT4 - Unix Makefiles"
@raulperula
raulperula / markdown.md
Last active February 1, 2016 23:46 — forked from jonschlinkert/markdown-cheatsheet.md
A better markdown cheatsheet. I used Bootstrap's Base CSS documentation as a reference.

Typography

Headings

Headings from h1 through h6 are constructed with a # for each level:

# h1 Heading
## h2 Heading
### h3 Heading