HTML → Markdown
Paste HTML and download the equivalent Markdown. Tables, code blocks, and links round-trip cleanly via turndown.
100% in your browser. Files never uploaded.
Markdown
# Hello, world
This is **turndown** in action — it converts [HTML](https://example.com) back to Markdown.
* Lists are preserved
* So is `inline code`
```
function greet(name) {
return `Hello, ${name}`;
}
```How to use
- 1Paste HTMLAnywhere from a single tag to a whole page.
- 2Read the MarkdownUpdates as you type. Headings, links, lists, code blocks all round-trip.
- 3CopyOne click.
FAQ
Which Markdown flavor does it emit?
CommonMark + GFM extensions (fenced code blocks, ATX headings). Underscores for italics so common templates (e.g. _italic_) match.