Skip to content

Instantly share code, notes, and snippets.

@lee2sman
Last active April 27, 2016 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lee2sman/b0344e0de68bbef58b95a634da7a3160 to your computer and use it in GitHub Desktop.
Save lee2sman/b0344e0de68bbef58b95a634da7a3160 to your computer and use it in GitHub Desktop.
My simplified markdown syntax cheatsheet
Special symbols for formatting in Markdown
Heading
=======
Sub-heading
-----------
# A large heading
### Another heading, but smaller still
####### You can put up to 8 # here to get to the smallest header style
Paragraphs are separated by blank lines.
Leave 2 spaces at the
end of a line to do a line break.
Text attributes
*italic*
**bold**
~~strikethrough~~
A [link](http://example.com)
A list:
* one item
* another item
* something else
Numbered list:
1. first thing
2. second thing
* They can be
* combined too
A. even further
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment