Paste any Markdown table (GitHub-flavored) and get clean CSV. Auto-strips the alignment row, unescapes \| back to |, picks the first table when multiple are present.
CSV to GitHub-flavored MD table
Convert MD to beautiful PDF (GitHub style)
Convert JSON array to XLSX file
Extract plain text from any PDF file
PNG ↔ JPG ↔ WebP ↔ AVIF batch convert with ZIP download
Create favicons
The first complete table found is converted. To convert another, paste only that table. Multi-table batch export is not supported in this tool (yet).
Yes for proper GFM tables — the row with dashes (and optional colons for alignment) signals where the header ends. The tool detects and strips it automatically.
Yes. \| inside cells is converted back to a literal |. The cell is then CSV-quoted if it contains the active delimiter, a quote, or a newline.