Markdown Cheatsheet
Your quick reference for all essential Markdown syntax. Use this guide to format your text quickly and efficiently without breaking your workflow.
Basic Syntax
The essentials for everyday writing and documentation.
| Element | Markdown Syntax | Rendered Output |
|---|---|---|
| Heading 1 | | Heading 1 |
| Heading 2 | | Heading 2 |
| Heading 3 | | Heading 3 |
| Bold | | Bold text |
| Italic | | Italic text |
| Strikethrough | |
|
| Blockquote | |
|
| Link | | |
| Image | | |
| Inline Code | | Use |
| Horizontal Rule | |
Lists
Organize information with ordered, unordered, and task lists.
| Element | Markdown Syntax | Rendered Output |
|---|---|---|
| Unordered List | |
|
| Ordered List | |
|
| Task List | |
|
Code Blocks
Display code snippets with optional syntax highlighting.
| Element | Markdown Syntax | Rendered Output |
|---|---|---|
| Fenced Code Block | |
|
Tables
Structure data clearly with tables. Use colons to align columns.
| Element | Markdown Syntax | Rendered Output | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Table | |
|