Skip to content
DDevToolery

HTML to Markdown

Convert HTML back into Markdown with configurable style.

Loading tool…

About this tool

Converts HTML into Markdown, keeping headings, lists, links, emphasis and code blocks. Useful for moving content out of a CMS, turning a rendered page into something editable, or cleaning up pasted rich text.

Limitations

  • Markdown cannot express every HTML structure. Complex tables and inline styles degrade to raw HTML or are dropped.

Questions

Why did some formatting disappear?
Markdown cannot express everything HTML can. Inline styles, spans, tables with merged cells and layout markup have no equivalent, so they are dropped rather than approximated.
Can I go the other way?
Yes — the Markdown to HTML tool converts back, and the Markdown Preview tool shows the rendered result live.

Privacy

This page does its work in your browser. What you paste is processed by JavaScript running on your own device and is never sent to a DevToolery server — there is no server that could receive it. The page itself is a static file delivered by a CDN. See exactly what is stored.