Tool
Write Markdown on the left, see the rendered output on the right. Supports tables, checkboxes, and code blocks. Copy the HTML when you're done.
Markdown is a lightweight markup language that lets you write formatted documents in plain text. GitHub READMEs, Notion pages, and most static-site blog posts (Hugo, Astro, Jekyll) are written in Markdown. The syntax takes about ten minutes to learn — # for headings, ** for bold, - for lists — and you're productive right away.
| Syntax | Output |
|---|---|
| # Heading | H1 heading |
| **bold** | bold |
| *italic* | italic |
| [text](url) | Hyperlink |
| - item | Unordered list |
| ```code``` | Code block |