HTML to Markdown
Turn HTML back into clean Markdown.
Options
Private by design. This tool runs entirely in your browser. Your input is processed on your own device and is not uploaded by DO101.
About the HTML to Markdown
Converts HTML into readable Markdown with Turndown, handling headings, lists, links, images, code blocks and emphasis. Ideal for moving content out of a CMS and into a repository.
How to use it
- 1Paste your HTML.
- 2Choose heading and bullet styles.
- 3Copy the Markdown.
What you get
- Headings, lists, links, images and code blocks
- ATX or Setext heading style
- Choice of bullet marker
- Fenced code blocks
- Runs in your browser
Frequently asked questions
What happens to elements Markdown cannot express?
Things like styled divs or iframes are kept as inline HTML, which is valid inside Markdown, rather than being thrown away.
Do tables convert?
Simple tables convert to Markdown tables. Tables with merged cells cannot be represented in Markdown and stay as HTML.
Keep going
People who use this tool usually reach for these next.
Convert Markdown into clean HTML.
Turn Markdown into a formatted PDF.
Turn HTML entities back into readable characters.
Strip double spaces, blank lines and messy formatting.