Tool Hub

Markdown Table

CSV/TSV → GFM markdown table with alignment options

Markdown table
| name  | age | city     |
| ----- | --- | -------- |
| Alice | 30  | Seoul    |
| Bob   | 25  | Tokyo    |
| Carol | 28  | New York |

How to use

  1. Paste CSV, TSV, or spreadsheet data into the input area.
  2. Set the delimiter (auto-detected by default) and choose a column alignment.
  3. Toggle whether the first row is a header row.
  4. Copy the GFM markdown table from the output panel.

Examples

  • Pasting three CSV rows with headers name, age, city produces a GFM table with a separator row of dashes after the header.
  • Choosing center alignment wraps each separator cell as :---: instead of just ---.

Verify outputs before using in production. No warranty — see Terms.