Markdown Table to CSV Converter
Paste a Markdown table and get clean CSV out. The header separator row is dropped, outer pipes and escaped \| pipes are handled, cells are trimmed, and values are quoted when they contain commas, quotes or line breaks. Choose comma, semicolon or tab as the delimiter. Everything runs locally in your browser — nothing is uploaded.
Rows: 3
How to use
- Paste your Markdown table into the input box.
- Pick the delimiter — comma, semicolon or tab.
- Copy the CSV from the output box.
Frequently asked questions
- Does the header separator row matter?
- No. The | --- | --- | row (including alignment colons like :--: ) is detected and removed automatically, so it never appears in the CSV.
- Are outer pipes required?
- No. Tables with or without leading and trailing pipes both work, and escaped pipes written as \| inside a cell are kept as literal pipe characters.
- How are commas inside cells handled?
- Any cell containing the delimiter, a double quote or a line break is wrapped in double quotes and inner quotes are doubled, following RFC 4180.
- Is my data sent anywhere?
- No. The conversion happens entirely in your browser; nothing is uploaded.
Related tools
Markdown Link Extractor
Pull every link and image out of a Markdown document — inline, reference-style, autolinks — into a CSV/JSON/MD list with text, URL, and title.
Excel (XLSX) to CSV, JSON & Markdown
Open an .xlsx workbook in the browser and export any sheet as CSV, JSON or a Markdown table — the file never leaves your device.
Markdown Table Generator
Paste CSV, TSV, or pipe-delimited data and get a properly aligned GitHub-flavored Markdown table.
CSV → HTML / Markdown / JSON Table
Convert CSV to an HTML `<table>`, a Markdown table, or a JSON array of objects — auto-detects the delimiter.
Markdown → HTML Converter
Convert Markdown to clean HTML — copy the source for emails, CMS pages, or anywhere a rendered preview isn't enough.
Markdown → Plain Text
Strip all Markdown formatting and keep readable plain text — useful for previews, summaries, email, character counts.