How HTML to CSV conversion works
HTML → Markdown structure → CSV
Reading HTML
HTML input is sanitized before meaningful page content and GFM-compatible structures are extracted.
Creating CSV
CSV output contains the first available Markdown table as UTF-8 data with a spreadsheet-compatible BOM.