Element | Markdown Syntax | Example |
---|---|---|
Heading | # H1 ## H2 ### H3 |
H1H2H3 |
Bold | **bold text** | bold text |
Italic | *italicized text* | italicized text |
Blockquote | > blockquote | blockquote |
Ordered List | 1. First item 2. Second item |
|
Unordered List | - First item - Second item |
|
Code | `code` | code |
Horizontal Rule | --- | |
Link | [title](https://www.example.com) | title |
Image | ![alt text](image.jpg) |