Paste or type Markdown on the left and instantly see clean HTML and a live preview on the right.
| Markdown | Result |
|---|---|
| # Heading 1 | Large heading |
| ## Heading 2 | Medium heading |
| **bold** | bold |
| *italic* | italic |
| ~~strike~~ | |
| `inline code` | inline code |
| [text](https://url) | text |
|  | image |
| - list item | bullet list |
| 1. ordered item | numbered list |
| > quote | block quote |
| --- (alone on a line) | horizontal rule |
| ```code block``` | fenced code |
| | col | col | (with --- row) | table |
| - [ ] task / - [x] done | task list |