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.
Input<h1>Title</h1><p>Some <strong>bold</strong> text.</p>
Output# TitleSome **bold** text.
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.
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.
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.
No. Conversion runs entirely client-side in your browser — nothing is uploaded or stored.