Markdown utilities
Markdown Table Generator
Build Markdown tables in a spreadsheet-style editor. Import CSV, edit cells, set alignment, validate output, reset the grid, and copy the final table.
Rows, columns, alignment, CSV import, clear, and clipboard actions stay in the browser.
Markdown Output
| Header 1 | Header 2 | Header 3 | |:---------|:---------|:---------| | | | | | | | | | | | |
Spreadsheet editing
Edit headers and cells directly before generating Markdown syntax.
CSV import
Paste CSV or TSV data from spreadsheets, for example Name,Role,Status rows, and convert it into table rows.
Copy-ready output
Generate GitHub-flavored Markdown with correct separator rows and alignment.
Markdown Table Notes
Alignment syntax
Left, center, and right alignment map to :---, :---:, and ---: in the separator row.
Readable tables
Keep cells short when the raw Markdown will be reviewed in pull requests or README files.
FAQ
Can I import CSV into a Markdown table?
Yes. Paste comma-separated or tab-separated rows into the import dialog, then adjust headers and alignment before copying.
Does the tool support column alignment?
Yes. Each column can be left, center, or right aligned, and the generated Markdown separator row updates automatically.
Is table data uploaded?
No. Editing, CSV import, validation, reset, and copy actions run locally in your browser.