Back to Tools

HTML to Markdown Converter

Paste HTML to see it converted to Markdown live, with an option to copy the result.


      

About this tool

Converts HTML to Markdown live as you type, using Turndown — a widely-used HTML-to-Markdown library. Headings, links, lists, bold/italic, blockquotes, and fenced code blocks all convert directly. Nothing you paste is sent anywhere — the conversion happens entirely in your browser.

Frequently asked questions

What happens to tags with no Markdown equivalent, like <div> or <span>?

Their content is kept but the tag itself is dropped, since Markdown has no equivalent construct. Semantic tags like headings, lists, links, bold/italic, blockquotes, and code blocks convert directly.

Are embedded <script> and <style> tags included in the output?

No — script and style content is stripped, since it isn't part of the document's readable text and has no Markdown representation.