Markdown Table to CSV
Convert a Markdown table back to CSV. Handles the alignment marker row, escaped pipes inside cells, and HTML entities. Output is RFC 4180 CSV ready to drop into a spreadsheet.
How to use the Markdown Table to CSV
Paste a Markdown table. The tool finds the table boundaries (rows of | cell | cell |), strips the alignment marker row, and emits CSV. For mixed Markdown documents with non-table prose, only the table portion is converted.