| Element | Markdown Syntax |
|---|---|
| Heading | # H1 |
| Bold | **bold text** |
| Italic | *italicized text* |
| Blockquote | > blockquote |
| Ordered List | 1. First item |
| Unordered List | - First item |
| Code | `code` |
| Horizontal Rule | --- |
| Link | [title](https://www.example.com) |
| Image |  |
These elements extend the basic syntax by adding additional features.
⚠️ Not all Markdown applications support these elements.
| Element | Markdown Syntax |
|---|---|
| Table | | Syntax | Description | |
| Fenced Code Block | ``` |
| Footnote | Here's a sentence with a footnote. [^1] |
| Heading ID | ### My Great Heading {#custom-id} |
| Definition List | term |
| Strikethrough | ~~The world is flat.~~ |
| Task List | - [x] Write the press release |
| Emoji | That is so funny! :joy: |
| Highlight | I need to highlight these ==very important words==. |
| Subscript | H~2~O |
| Superscript | X^2^ |