Transform your markdown into beautiful HTML instantly
# H1 Header
## H2 Header
### H3 Header
**bold text**
*italic text*
~~strikethrough~~
- Item 1
- Item 2
- Nested item
1. First item
2. Second item
3. Third item
[Link text](https://url.com)
<https://auto-link.com>


`inline code here`
`const x = 10;`
```javascript
function hello() {
console.log("Hi");
}
```
> This is a quote
> Multi-line quote
---
***
___
| Header 1 | Header 2 |
|----------|----------|
| Cell 1 | Cell 2 |
- [x] Completed task
- [ ] Incomplete task