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