Markdown Cheat Sheet
Quick reference for all standard Markdown syntax. Bookmark this page.
Structure
# H1 ## H2 ### H3
Headings
Text
**bold** *italic* ~~strike~~
Formatting
[text](url) 
Links & Images
`code` ```lang block ```
Code
Blocks
- item - item 1. nested
Lists
> quote >> nested
Blockquote
| A | B | | - | - | | 1 | 2 |
Table
--- ***
Horizontal Rule
GFM
- [ ] todo - [x] done
Task List
auto-link: https:// #123 refs issue
Auto-links
Extended
footnote[^1] [^1]: note
Footnotes
term : definition
Definition List