| Syntax | Description |
|---|---|
| # Heading 1 | Heading level 1 |
| ## Heading 2 | Heading level 2 |
| *Italic* | Italic text |
| **Bold** | Bold text |
| [Link text](https://example.com) | Link |
|  | Image |
| * Item 1 * Item 2 | Unordered list |
| 1. Item 1 2. Item 2 | Ordered list |
| `code` | Inline code |
| ``` Code block ``` | Code block |
| Blockquote | Blockquote |
Uncover the power of Markdown, a lightweight markup language that simplifies content creation for the web. Learn how to use Markdown to format text, create lists, add links, and more.
Learn More