Convertur

Convert HTML to Markdown

Paste HTML and get tidy Markdown back — headings, links, lists and code preserved — perfect for docs, notes and version control.

Loading tool…

What this tool does

It walks your HTML and rewrites it as Markdown — headings become #, anchors become [text](url), lists and blockquotes and code blocks all map to their Markdown equivalents.

Why convert HTML to Markdown?

Markdown is cleaner to store, diff and edit than HTML. Pulling content out of a web page or a rich-text editor into Markdown makes it portable across wikis, static sites and note apps.

What happens to unsupported tags

Elements Markdown can't represent (divs, spans, styling) are unwrapped to their text content, so you get readable prose rather than leftover angle brackets.

How to html to markdown

  1. Paste your HTML into the left pane.
  2. Press Convert to generate Markdown on the right.
  3. Copy the Markdown, or download it as a .md file.

Related converters

HTML to Markdown — FAQ