Why convert a Markdown table to CSV?
Tables written for a README or documentation often need a second life in a spreadsheet or a data pipeline. Paste your Markdown above — the whole document is fine — and the first table is extracted and converted to CSV instantly.
How it works
The converter locates the first GFM table (a header row, a | --- | separator and data
rows), unescapes pipes, pads short rows so every line has the full set of columns, and emits
CSV with proper quoting. The output delimiter (comma, semicolon, tab or pipe) is yours to
choose.