Markdown Table Generator - Create & Format Tables Online
Build formatted Markdown tables with editable cells and per-column alignment options
Other
Tool
Column Alignment
Col 1
Col 2
Col 3
Edit Table
Markdown Output
| Col 1 | Col 2 | Col 3 |
|-------|-------|-------|
| | | |
| | | |
How to Use
1Set the number of rows and columns using the number inputs
2Edit each cell directly in the grid — the first row is treated as the header
3Choose per-column alignment: Left, Center, or Right
4The Markdown output updates automatically as you type
5Click "Copy Markdown" to copy the table to your clipboard
6Paste it into any Markdown editor or README file
Frequently Asked Questions
The generator produces GitHub Flavored Markdown (GFM) tables, which are supported by GitHub, GitLab, many static site generators, and most modern Markdown editors. The format uses pipe | delimiters and a separator row with dashes.
Alignment is controlled by the separator row. Left-aligned columns use `---`, center-aligned use `:---:`, and right-aligned use `---:`. You can change each column's alignment independently using the selectors above the table.
The tool supports up to 20 rows and 10 columns. For larger tables it is better to manage data in a spreadsheet and export to Markdown using a dedicated plugin.
You can manually type or paste content into each cell. For large imports from CSV or HTML, consider using a dedicated CSV-to-Markdown converter tool that supports bulk data pasting.