HTML to Markdown Converter
Convert HTML back to clean Markdown with configurable style
Uses turndown — a battle-tested HTML → Markdown converter (used by Discord, ProseMirror, and others). Runs locally in your browser.
How it works
- 1Paste HTML
Drop rendered HTML — from a browser DevTools copy, a rich-text editor, or an email.
- 2Tune the output style
Pick heading style, bullet character, and code block format to match your target Markdown flavor.
- 3Copy the Markdown
One click sends the converted Markdown to your clipboard.
About HTML to Markdown Converter
Free online HTML to Markdown converter. Paste any HTML — a rendered page, a rich-text export, an email — to get clean Markdown back. Choose ATX or Setext headings, bullet style, and fenced or indented code blocks. Runs entirely in your browser. HTML to Markdown Converter on 712 Tools runs entirely inside your browser using modern JavaScript APIs — no server ever sees your data. That means instant results, complete privacy, and no upload limits.
Whether you need to convert html back to clean markdown with configurable style for a debugging session, a quick sanity check, or a production incident, this tool is free to use as many times as you need. There are no watermarks, no sign-up, and no ads inside the tool itself.
Frequently asked questions
Which HTML tags are supported?
All the standard content tags: headings, paragraphs, lists, links, images, tables (as GFM tables), code blocks, blockquotes, bold, italic, strikethrough.
What happens to unsupported tags?
By default, structural tags like <div> and <span> are unwrapped — their content survives. <script>, <style>, and unknown tags are dropped.
Does it handle rich-text pastes?
Yes — that's the main use case. Copy from Google Docs, Notion, or an email, paste the resulting HTML here, get clean Markdown.
Related tools
JSON to CSV
Convert JSON arrays to downloadable CSV
Timestamp Converter
Convert between Unix time, ISO 8601, and human-readable dates
Markdown to HTML
Convert Markdown to clean HTML with live preview
YAML ↔ JSON
Convert YAML to JSON and back with full syntax validation
JSON → TypeScript
Generate TypeScript interfaces or types from a JSON sample
Base Converter
Convert between binary, octal, decimal, and hexadecimal