Paste HTML and get clean Markdown back — headings, bold and italic, links, images, lists, blockquotes, code blocks, and horizontal rules are all converted. Scripts and styles are stripped for safety.
How it works
- Paste your raw HTML block into the parser window.
- The engine systematically strips dangerous scripts and maps elements to Markdown logic.
- Copy the pristine Markdown output.
Frequently asked questions
Which core HTML elements are supported?
The parser reliably maps headings (h1–h6), bold (strong), italics (em), links (a), images (img), lists (ul/ol), quotes (blockquote), and code (pre).
Are potentially dangerous scripts removed?
Yes. The engine aggressively strips `<script>`, `<style>`, and HTML comments entirely, guaranteeing executable safety.
Can I convert an entire web page layout?
While you can paste full source code, complex CSS layouts (grids, navbars) degrade into messy plain text. It works flawlessly on article body content.