Convert CSV to a Markdown table
Convert CSV into a ready-to-paste Markdown table (README, docs, GitHub).
🔒 100% client-side — no data sent
Turn a CSV into a clean Markdown table, ready to paste into a README, docs or a GitHub issue. Pick the delimiter and column alignment; the first row becomes the header. 100% local conversion.
What is it for?
- ▸ Paste a table into a GitHub README
- ▸ Document data in Markdown
- ▸ Convert a CSV export into a readable table
- ▸ Choose column alignment
FAQ
Are quotes and commas inside cells handled?
Yes, the parser respects double quotes and escapes pipe characters so the Markdown table doesn't break.
Which delimiters are supported?
Comma, semicolon, tab and pipe.
Is my data sent anywhere?
No, the conversion is entirely local in your browser.
Related tools
Base32 · encode / decode Encode and decode text to and from Base32 (RFC 4648) in your browser. Base58 encode/decode Encode and decode text in Base58 (Bitcoin, IPFS) right in your browser. Base64 · encode / decode Encode and decode text to and from Base64 (UTF-8), right in your browser. Base64URL encode/decode Encode and decode Base64URL (URL-safe variant used in JWT), in your browser. BBCode → HTML Convert forum BBCode into clean, sanitized HTML, right in your browser. Text ↔ binary Convert text to binary (ASCII/UTF-8) and back.