Markdown Table Generator
Build Markdown tables visually. Add rows and columns, set alignment, paste from CSV/TSV. Live Markdown output. Runs in your browser.
Markdown
Reference
What is a Markdown table?
Markdown tables use pipes (|) and dashes to define cells. The header separator row uses colons to set alignment: :--- = left, :---: = center, ---: = right. GitHub Flavored Markdown (GFM) and most Markdown processors render these tables natively.
Markdown table syntax
- Use
|as a column separator. - The second row uses dashes and colons to set alignment:
:---,:---:,---:.
Common uses
- READMEs — document configuration options.
- Documentation sites — generate comparison tables.
- Issue templates — present structured info on GitHub.
- Wiki pages — quick tables in Notion, Obsidian, GitLab.
Privacy
All generation runs 100% in your browser. No data is sent to any server.