HTML → Markdown

Paste HTML and get clean Markdown. The converter walks the document and maps common tags — headings, emphasis, links, images, lists, code and quotes.

Paste HTML and get clean Markdown. The converter walks the document and maps common tags — headings, emphasis, links, images, lists, code and quotes.

How to use

  1. Paste your HTML on the left
  2. The Markdown appears on the right
  3. Copy the Markdown output
  4. Fine-tune the source if needed

Frequently asked questions

Which HTML elements are supported?

Headings h1–h6, paragraphs, strong/em, a, img, ul/ol lists, inline code and pre, blockquote and hr.

Are nested lists handled?

Basic lists convert well; deeply nested lists aren't indented — it's a lightweight converter, not a full port.

Is the conversion done locally?

Yes — it parses the HTML with the browser's DOMParser; nothing is uploaded.