# Heading 1
# H1
## Heading 2
## H2
### Heading 3
### H3
Bold
**text**
Italic
*text*
Bold + Italic
***text***
Strikethrough
~~text~~
Inline Code
`code`
Code Block
```js
console.log("hi")
```
Unordered List
- item
Ordered List
1. item
Task List
- [x] done
- [ ] todo
Link
[text](url)
Image

Blockquote
> quote
Horizontal Line
---
Table
col1 | col2
--- | ---
val1 | val2
Escaping
\*not italic\*
HTML Support
<div>text</div>