Skip to content

HTML to Markdown Converter

Paste HTML and get clean Markdown back instantly. Handles headings, lists, links, bold/italic, code blocks, blockquotes, and tables.

Runs in your browser — nothing is uploaded

HTML

Markdown

Your result will appear here.

About this tool

HTML to Markdown Converter

Paste HTML and get clean Markdown back instantly — headings, bold/italic, links, ordered and unordered lists, blockquotes, code blocks, and tables are all converted. Runs entirely in your browser.

Features
  • Headings, paragraphs, bold, italic, strikethrough
  • Ordered and unordered lists (including nested)
  • Links and images
  • Code blocks and inline code
  • Blockquotes and tables
  • Copy-to-clipboard
Examples

Input
<h1>Title</h1><p>Some <strong>bold</strong> text.</p>

Output
# Title
Some **bold** text.

Can I strip out images or links?

Yes — toggle "Remove images" to drop image references entirely, or "Remove links" to keep a link's visible text while dropping the URL and markdown syntax around it.

What is this useful for?

Common uses: converting a webpage or CMS export into Markdown for a README or static site, pasting rich text from a Word doc or Google Doc (via its HTML clipboard representation) into a Markdown editor, or cleaning up HTML email content for documentation.

Does it handle malformed HTML?

Real-world HTML is often imperfect, and the converter is built to be forgiving of it — unclosed tags and minor structural issues are generally handled gracefully rather than breaking the output.

Is my content sent anywhere?

No. Conversion runs entirely client-side in your browser — nothing is uploaded or stored.