Markdown Table Generator
Visual table builder for Markdown tables. Add rows, columns, and alignment.
Report a Problem
Found a bug or have a suggestion? Help us improve this tool.
What is this tool?
Markdown table generator creates properly formatted Markdown tables from manual input, CSV data, or spreadsheets. Generates pipe-delimited tables with header rows, alignment markers, and wrapped content. Supports left/center/right column alignment. Perfect for GitHub READMEs, documentation, and any Markdown-based content.
How to use
- 1
Add columns
Define table headers and column count.
- 2
Enter data
Fill in rows or import from CSV.
- 3
Copy Markdown
Get the formatted Markdown table code.
Frequently Asked Questions
What is Markdown table syntax?
Use | to separate columns and --- for header separator. Example: | Header 1 | Header 2 |\n| --- | ---: |\n| Cell 1 | Cell 2 |. Alignment: --- (left), :--- (left), :-: (center), ---: (right). GitHub Flavored Markdown supports all alignment options.
Can I add alignment?
Yes, left, right, and center.
Is my data processed locally?
Yes, all processing happens in your browser. No data is sent to any server.