Toolzy

Markdown Table Generator

Build a GitHub-flavored Markdown table with an editable grid and column alignment.

Output

Edit a live grid to build a Markdown table, add or remove rows and columns, and set per-column alignment. The GitHub-flavored Markdown output updates as you type.

How to use

  1. Edit header and cell text directly in the grid.
  2. Use Add column / Add row to grow the table, or the row/column Remove buttons to shrink it.
  3. Pick left, center, or right alignment per column, then copy the Markdown output.

Frequently asked questions

What alignment options are supported?
Left, center, and right alignment, each rendered using the standard :---, :---:, and ---: Markdown syntax.
Does it escape pipe characters in cells?
Yes, any | character inside a cell is automatically escaped so it doesn't break the table structure.
Will this work on GitHub and GitLab?
Yes, the output uses standard GitHub-flavored Markdown table syntax supported by GitHub, GitLab, and most Markdown renderers.

Related tools