Developer tools
HTML to Markdown converter
Headings, emphasis, links, and lists round-trip well enough for notes and docs.
Processed in your browser — nothing is uploaded
Tag replacements for common elements. Decode mode renders a conservative Markdown-to-HTML subset.
Last reviewed 2026-09-10.
FAQ
Questions, answered
Full HTML documents?
Scripts and styles are stripped. Use it for content fragments.
Tables?
Use the Markdown table generator for grid data.
Does my text leave the browser?
No. The HTML/Markdown converter runs in JavaScript on this page. Your paste is not uploaded.
Related