MARKDOWN cheat sheet

MARKDOWN cheat sheet

A quick reference to the Markdown syntax

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.example.com)
Image![alt text](image.jpg)
Strikethrough~~The world is flat.~~
HighlightI need to highlight these ==very important words==.
SubscriptH~2~O
SuperscriptX^2^