← Back to all guides

Markdown tables are simple, but generating them by hand from a spreadsheet is tedious. This guide covers how our CSV to Markdown converter handles the tricky parts.

Delimiters

We auto-detect commas, tabs (TSV), and semicolons using PapaParse, so you rarely need to configure anything.

Headers & alignment

The first row becomes the table header, and columns are padded for readable, GitHub-flavoured output.

CSVTables