HTML to Markdown

HTML to Markdown rewrites HTML markup into clean Markdown syntax directly in your browser. Paste HTML into the input box and the Markdown appears in the panel beside it right away, with no button to press for the conversion itself. It maps headings, bold and italic text, inline code, links, images, line breaks, and horizontal rules to their Markdown equivalents, strips any leftover tags, and decodes common HTML entities like   and &.

Upload HTML file
Click or drag & drop · .html, .htm, .txt
# Hello World This is **bold** and *italic*.