HTML to Markdown
v1.0.2Convert HTML documents to Markdown format with support for headings, lists, links, and code blocks.
Converts HTML to Markdown and Markdown back to HTML, preserving headings, lists, tables, links, images, blockquotes, and inline code, with configurable output styles (GitHub Flavoured Markdown or CommonMark).
How to use- →Paste HTML into the left panel to get Markdown, or paste Markdown to get HTML — the direction is auto-detected.
- →Choose GFM or CommonMark output style using the format selector to match your target platform.
- →Enable the "clean HTML" option to strip inline styles and non-semantic attributes before conversion.
- →Copy the output and paste it directly into your README, CMS, or documentation site.