Converts HTML into Markdown.
HTML to Markdown converts a snippet or full page of HTML into clean Markdown right in your browser. Powered by the Turndown library, it maps elements like headings, links, lists, and code blocks to their Markdown equivalents, using ATX-style headings (#) and fenced code blocks (```). It is handy whenever you need to move web content into a README, wiki, or any Markdown-based editor.
No. The conversion runs entirely in your browser using JavaScript, and nothing you paste is uploaded or stored on any server.
It uses ATX-style headings (# Heading) and fenced code blocks (delimited by triple backticks). Common elements such as paragraphs, links, emphasis, lists, and blockquotes are mapped to their standard Markdown forms.
Turndown converts what it can to Markdown and generally passes through any HTML it cannot represent, since Markdown allows inline HTML. Complex tables or heavily styled markup may not translate cleanly.
No. You can paste a complete document or just a fragment, such as a single block of HTML copied from a page or editor.
There is no fixed limit; conversion happens locally, so practical limits depend on your device's memory and how large the HTML is.