Markdown Table Generator

Build GitHub-flavoured Markdown tables visually with per-column alignment.

Skip hand-typing pipes and dashes. Add and remove rows and columns, edit cells inline, choose left / center / right alignment per column, and copy the resulting GFM Markdown table when you're done.

Common use cases

  • Author Markdown tables for README files and GitHub issues
  • Build comparison grids for blog posts and documentation
  • Generate static feature-matrix tables for marketing pages
  • Quickly format spreadsheet-style data for chat or PRs

Frequently asked questions

Does it support Markdown links inside cells?
Yes — type Markdown link syntax in any cell and it'll be passed through to the output verbatim.
Will the column alignment render in GitHub?
Yes — GitHub-flavoured Markdown respects the colon syntax in the separator row (:--- / :--: / ---:).
Can I import an existing Markdown table?
Not yet. Start fresh; copy the output when finished.

Related tools