| Table | | Syntax | Description | |
| | ----------- | ----------- | |
| | Header | Title | |
| | Paragraph | Text | |
| Fenced Code Block | ``` |
| { |
| "firstName": "John", |
| "lastName": "Smith", |
| "age": 25 |
| } |
| ``` |
| Footnote | Here's a sentence with a footnote. [^1] |
| [^1]: This is the footnote. |
| Heading ID | ### My Great Heading {#custom-id} |
| Definition List | term |
| : definition |
| Strikethrough | ~~Strikethrough.~~ |
| Task List | - [x] Task done |
| - [ ] To do |
| - [ ] Another task to do |
| Emoji | Happiness! :joy: |
| Highlight | Let's highlight these ==important words==. |
| Subscript | H~2~O |
| Superscript | X^2^ |
| Underlined | <ins>Underlined</ins> |