How CSV to Markdown conversion works
CSV → Markdown structure → Markdown
Reading CSV
CSV rows are read as a single table with the first row used as its header.
Creating Markdown
Markdown output preserves GFM-compatible headings, lists, tables, links, code, and available assets.