Markdown Table Generator
② Coding / Playground
What it is: Hand-writing Markdown tables is fiddly to align. Fill in a grid and get tidy Markdown automatically.
When to use: When you need to insert a table into a README, docs, or a GitHub issue.
Markdown code
Everything runs locally in your browser — nothing is uploaded.
FAQ
How is Markdown table alignment controlled?
By colons in the separator row: left :---, center :---:, right ---:. This tool generates the separator row automatically from the alignment you pick.