Markdown Table Generator
Paste CSV / TSV / pipe-separated rows. Output a GitHub-flavored Markdown table with column alignment.
published
- [FREE]
- [NO_SIGNUP]
- [NO_UPLOAD]
A markdown table generator turns delimited data into a GitHub-flavored Markdown table with column alignment. CSV in, GFM table out.
Privacy
Parsing uses papaparse (MIT) in your browser. Nothing is uploaded.
Frequently asked questions
What delimiter does my data use?
Comma, tab, semicolon, pipe — or let the tool auto-detect by picking whichever character appears most in the first few rows.
How does column alignment work in GFM tables?
The separator row uses colons: `:---` for left, `---:` for right, `:---:` for center, `---` for no preference (renderer default). This tool generates the right syntax based on the per-column buttons.
What about pipes inside cells?
Pipes inside cell text are escaped as `\\|`. Newlines inside cells are converted to spaces (GFM does not support line breaks inside table cells without HTML).
Is "pretty padding" required?
No — Markdown renderers ignore extra spaces. Pretty padding makes the raw source readable; turn it off for compact output.