▦ Markdown Table ↔ CSV Converter
Convert a | pipe | table | to CSV, or CSV to a neatly padded Markdown table whose pipes line up in a monospace font. Nothing leaves your browser.
Markdown → CSV: expects a header row, a
|---|---| separator row (alignment
colons are read and ignored), then data rows. \| escapes a literal pipe inside a cell.
CSV → Markdown: pads every cell with spaces so each column is exactly as wide as its
widest value (header included), producing a table that already looks aligned in a source file.