How CSV to HTML conversion works
CSV → Markdown structure → HTML
Reading CSV
CSV rows are read as a single table with the first row used as its header.
Creating HTML
HTML output is a sanitized standalone UTF-8 document with scripts and unsafe markup removed.