Skip to content

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

  1. 1Paste your HTML.
  2. 2Choose heading and bullet styles.
  3. 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.

People who use this tool usually reach for these next.