Markdown Table Generator
Paste CSV/TSV and get a perfectly aligned GitHub-flavored Markdown table.
|
About this tool
Markdown Table Generator converts CSV or TSV data into perfectly aligned GitHub-flavored Markdown tables.
How to use
- Paste CSV (comma-separated) or TSV (tab-separated, e.g. from Excel / Google Sheets) into the left panel.
- Pick an alignment:
Autoinfers left/right from content type, or force left/center/right. - Copy the Markdown output and drop it into any README, blog post, or doc.
Auto-alignment rules
- Cells that look numeric (
$1,234,50%,-3.14) are right-aligned. - Otherwise the column is left-aligned.
Pipe-escaping
Pipe characters | inside cell values are escaped to \|, so multi-column tables stay readable even when one cell contains vertical bars.