How HTML to Markdown conversion works
HTML → Markdown structure → Markdown
Reading HTML
HTML input is sanitized before meaningful page content and GFM-compatible structures are extracted.
Creating Markdown
Markdown output preserves GFM-compatible headings, lists, tables, links, code, and available assets.