Text Formatting
**bold** → bold
*italic* → italic
~~strikethrough~~ → strikethrough
`inline code` → code
Headings
# H1 → Heading 1
## H2 → Heading 2
### H3 → Heading 3
Lists
- item → Bullet list
1. item → Numbered list
- [ ] task → Task list
Links & Images
[text](url) → Link
 → Image
Other
> quote → Blockquote
--- → Horizontal rule
```js code ``` → Code block
| table | → Table