# H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 ### Bold **bold text** ### Italic *italicized text* ### Strikethrough ~~The world is flat.~~ ### Blockquote > blockquote ### Ordered List 1. First item 4. Second item 3. Third item ### Unordered List - First item - Second item - Third item ### Code `this is code` ### Horizontal Rule --- ### Table | Syntax | Description | | - | - | | Header | Title | | Paragraph | Text | | Anchor | Link | ### Fenced Code Block ``` { "firstName": "John", "lastName": "Smith", "age": 25 } ``` ### Link [Example](https://networkutility.73.nu) ### Image ![alt text](https://qr.73.nu/test)