Markdown Syntax
This cheat sheet is taken from The Markdown Guide, "a free and open-source reference guide that explains how to use" the language. The author, Matt Cone, provides reference guides for both basic and extended syntaxes. The guide is well worth a read if you have any doubts concerning the usage of an element.
Element | Markdown Syntax |
---|---|
Heading | # H1 ## H2 ### H3 |
Bold | **bold text** |
Italic | *italicized text* |
Blockquote | > blockquote |
Ordered List | 1. First item 2. Second item 3. Third item |
Unordered List | - First item - Second item - Third item |
Code | `code` |
Horizontal Rule | --- |
Link | [title](https://www.cultofbits.com) |
Image |  |
Table | ` |
Strikethrough | ~~The world is flat.~~ |