Syntax Cheatsheet
Markdown syntax cheat sheet
Top 10 Syntax Cheat Sheet (One-Click Reference) 🙋
No. | Function | Syntax Example | Rendered Effect |
---|---|---|---|
1 | Heading | # Main Heading | # Main Heading |
2 | Bold | **Bold** | Bold |
3 | Unordered List | - List Item | - List Item |
4 | Ordered List | 1. First Item | 1. First Item |
5 | Quote | > Quote Text | > Quote Text |
6 | Link | [Markdown Tutorial](https://markdown-log.top) | Markdown Tutorial |
7 | Image |  | ![]() |
8 | Inline Code | `hello world` | hello world |
9 | Horizontal Rule | --- | --- |
10 | Code Block | ```python\ncode ``` | python\ncode |
Related Topics
- Paragraphs - Learn about paragraph syntax
- Headings - Properly use headings in your document content
- Lists - Create ordered lists or unordered lists
- Blockquotes - Learn about blockquote syntax
- Links - Create a link
- Images - Add images to your Markdown