Write or paste Markdown on the left, see live HTML preview on the right. Copy the raw HTML source with one click.
| Markdown | Result |
|---|---|
| # Heading 1 | <h1> |
| ## Heading 2 | <h2> |
| **bold** | bold |
| *italic* | italic |
| ~~strike~~ | |
| `code` | code |
| Markdown | Result |
|---|---|
| [text](url) | Link |
|  | Image |
| - item | Bullet list |
| 1. item | Ordered list |
| > quote | Blockquote |
| --- | Horizontal rule |