Skip to main content

Markdown Table Generator

Paste CSV/TSV and get a perfectly aligned GitHub-flavored Markdown table.

Tabs or commas work.
|

About this tool

Markdown Table Generator converts CSV or TSV data into perfectly aligned GitHub-flavored Markdown tables.

How to use

  1. Paste CSV (comma-separated) or TSV (tab-separated, e.g. from Excel / Google Sheets) into the left panel.
  2. Pick an alignment: Auto infers left/right from content type, or force left/center/right.
  3. 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.