Markdown Table Generator

Fill a grid and get a clean GitHub-flavored Markdown table.

| Name | Role | Country | | :--- | :--- | :--- | | Ada | Engineer | UK | | | | |

Produces GitHub-flavored Markdown tables that render on GitHub, in docs and in most Markdown editors. Set per-column alignment with the dropdowns. Runs in your browser.

Build Markdown tables without fighting the pipe-and-dash syntax. Set the number of rows and columns, fill in the cells, choose left/center/right alignment per column, and copy a clean GitHub-flavored Markdown table ready for READMEs, docs, issues and chat. Especially handy for tidying up tables from AI assistants. Runs in your browser.

How to use the Markdown Table Generator

  1. Set the number of rows and columns.
  2. Fill in the cells (the first row is the header).
  3. Choose column alignment and copy the Markdown.

Frequently asked questions

Will the table render on GitHub?

Yes. The output is GitHub-flavored Markdown, which renders as a table on GitHub, GitLab, most static-site generators and many chat tools.

How do I align columns?

Use the per-column dropdowns. Alignment is encoded in the separator row with colons (:---, :---:, ---:) which Markdown renderers honour.

Can I edit a table I already have?

Re-enter the values in the grid. The generator focuses on building clean tables; paste your data cell by cell to reformat it.