## Syntax Possiblities Please see the [GitHub Flavored Markdown specs](https://github.github.com/gfm/) and the [parsedown](https://github.com/erusev/parsedown) repository for more specific details on Markdown possiblities. --- Headings: # Heading - Level 1 ## Heading - Level 2 ### Heading - Level 3 #### Heading - Level 4 ##### Heading - Level 5 ###### Heading - Level 6 --- Formatted Text: **Bold text** *Italics* ~~strikethrough~~ [a simple link](https://example.com) --- Blockquotes: > # Foo > bar > baz --- Lists: 1. one 2. two 3. three 1. sub-bullet - unordered one - unordered two --- Code Blocks: ```html