Free tool
Markdown Table Generator
Edit a table in a grid — add rows and columns, set per-column alignment, or paste a CSV/TSV to fill it in one shot. Copy tidy, aligned GitHub-Flavored Markdown.
How to use it
- Type into cells, and use + / − Row and Column to size the table.
- Click a header’s alignment glyph to set left / center / right, or paste CSV/TSV to import.
- Copy the generated Markdown from the right panel.
FAQ
Does it support column alignment?
Yes. Each column can be left, center or right aligned — the tool writes the correct :---, :---: or ---: delimiter row for GitHub-Flavored Markdown.
Can I import an existing table?
Paste comma- or tab-separated values into the import box and click Import. The first row becomes the header.
Will it render on GitHub and in my docs?
The output is standard GFM, which renders on GitHub, GitLab, most static-site generators and anywhere GitHub-Flavored Markdown is supported.
Converting the same doc over and over?
md2gd keeps your Markdown and the real Google Doc in two-way sync — edit in either, no copy-paste, no re-formatting.