Skip to content

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.

ElementMarkdown Syntax
Heading# H1
## H2
### H3
Bold**bold text**
Italic*italicized text*
Blockquote> blockquote
Ordered List1. 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![alt text](image.jpg)
Table`
Strikethrough~~The world is flat.~~