Write Markdown in the left pane and see a live, beautifully-styled preview on the right.
**Bold Text** → Bold Text
*Italic Text* → Italic Text
~~Strikethrough~~ → Strikethrough
`Inline Code` → Inline Code
# Heading 1
## Heading 2
### Heading 3
* Unordered Item
1. Ordered Item
* Nested Item
[Link Text](url)

> Blockquote
--- (Horizontal Rule)
```language
// code here
```
| Head 1 | Head 2 | |:-------|:------:| | Cell 1 | Cell 2 |
Create tables with pipes and hyphens. Use colons for column alignment.