What this tool does
The HTML to Markdown Converter turns full HTML documents into clean Markdown files. On top of the shared conversion engine, it adds document-oriented features: an optional YAML frontmatter block with an auto-detected title, an optional trailing newline, and a one-click .md download — everything you need to move pages into a static site or docs system.
How it works
The converter parses your HTML, serialises it to GitHub-Flavoured Markdown — headings, links, lists, blockquotes, and code — then optionally wraps it with frontmatter and lets you download the result. The conversion logic is a pure function shared with the HTML to Markdown tool, so the output is consistent and deterministic.
Privacy
Everything runs locally in your browser. No values are uploaded, logged, or stored.