Markdown Cheat Sheet | Quick Reference
Markdown Syntax Documentation Cheat Sheet
Markdown is widely used for docs, READMEs, and blogs. Here’s a quick reference for common syntax. Try the Markdown tool to preview as you write.
Headings
# H1
## H2
### H3
Text
- Bold —
**text** - Italic —
*text* Code—`code`
Lists
- Unordered:
- itemor* item - Ordered:
1. item
Links and Images
- Link:
[text](url) - Image:

Code Blocks
```language
code here
```
Summary
Keep this cheat sheet handy when writing Markdown. Most editors support live preview.