Markdown Table Generator

Build Markdown tables visually. Edit cells, set alignment, copy the formatted output for GitHub, docs, and more.

Markdown Output

Frequently Asked Questions

What is a Markdown table?

Markdown tables use pipes (|) and hyphens (-) to create structured tables in plain text, commonly used in GitHub READMEs, documentation, and static site generators.

Can I set column alignment?

Yes — click the alignment buttons on each column header to toggle between left, center, and right alignment.

Can I paste data from a spreadsheet?

Yes — paste tab-separated data into the first cell and it will auto-fill the table. You can also import CSV.

Is my data stored?

No. Everything runs in your browser. Nothing is sent to any server.