# Header h1 ## header h2 ### header h3 regular __bold__ _italic_ ~~line-through~~ `monospace` > This is quote Code sample: ```js function foo() { const a = 1, b = 2; return a + b; } ``` This is table: | Cell 1 | Cell 2 | | ------ | ------ | | Cell 3 | Cell 4 | - list 1 - list 2 1. numbered list 1 1. numbered list 2