Markdown Table Generator
Build GitHub-flavored Markdown tables in a visual grid and copy the code.
Import CSV / TSV
Markdown
| Header 1 | Header 2 | Header 3 | | --- | --- | --- | | | | | | | | |
Formula & methodology
Cells are escaped for pipes and line breaks and emitted as GitHub-flavored Markdown. Column alignment maps to :---, :---: and ---: delimiter rows.
Worked example
- Name / Age columns → | Name | Age | | :--- | ---: | | Ann | 30 |
Frequently asked questions
Is my data uploaded anywhere?
No. The grid and Markdown output are generated entirely in your browser.
Can I import an existing table?
Yes. Open the import panel and paste comma- or tab-separated rows.
Privacy
All processing happens locally in your browser. Your data is never uploaded.