Markdown Table Generator

Build GitHub-flavoured Markdown tables visually. Edit cells, set column alignment, import from CSV/TSV, and copy the output instantly.

Editor

Preview

Header 1Header 2Header 3
   
   
   

Markdown Output

| Header 1 | Header 2 | Header 3 |
| --- | --- | --- |
|   |   |   |
|   |   |   |
|   |   |   |

Frequently Asked Questions

How do I create a Markdown table?

Use the visual editor above to add headers, rows, and content. The Markdown output updates in real-time. Click “Copy Markdown” to copy the result to your clipboard.

Can I import data from a spreadsheet?

Yes. Click “Import CSV/TSV”, then paste tab-separated or comma-separated data from Excel, Google Sheets, or any other spreadsheet. The first row becomes the table header.

How do I set column alignment in Markdown tables?

Click the alignment button below each column header to cycle between left, centre, and right alignment. This adds the appropriate colons to the separator row (e.g. :---: for centre).

Is my data safe?

Yes. Everything runs entirely in your browser. No data is sent to any server.