๐ Markdown Quick Reference
# Heading 1
โ <h1>
## Heading 2
โ <h2>
### Heading 3
โ <h3>
**bold**
โ <strong>
*italic*
โ <em>
[text](url)
โ <a>
- item
โ <ul><li>
1. item
โ <ol><li>
> quote
โ <blockquote>
`code`
โ <code>
---
โ <hr>

โ <img>