Markdown Table Generator
Paste CSV / TSV and get a clean GitHub-flavored Markdown table with per-column alignment.
Column alignment:
Tabular input
How to make a Markdown table
- 1Paste tabular dataDrop CSV, TSV, or pipe-separated rows into the editor.
- 2Set alignmentsPick left, center, or right alignment for each column.
- 3Copy the tableCopy the Markdown into your README, doc, or issue.
Frequently asked questions
Does it support GitHub-flavored Markdown?
Yes. Output is GFM-compatible — pipes, alignment colons, and escaped pipes inside cells.
Can I auto-detect the delimiter?
Yes. Leave it on auto to sniff comma, tab, semicolon, or pipe based on row consistency.
How are pipes inside cells handled?
They're escaped with a backslash so the table doesn't break in renderers.
Can I have a table without a header row?
Yes. Untick "header row" and a placeholder header is generated to keep Markdown valid.
Does it preview the table?
Yes — an inline rendered preview shows exactly what readers will see.
Is my data stored?
No. The conversion runs in memory and the input is discarded after the response.
Need a custom dev tool for your team?
We build internal tools, dashboards, APIs, and SaaS platforms. If you can describe it, we can ship it.
Built by CountryDevs · No signup · No ads · No tracking