100% in your browser · your files never leave your device

Markdown Table Generator — GUI Table → Clean Markdown Source

Build markdown tables in a visual grid — add rows and columns, align cells — and copy the pipe-table source that renders everywhere.

Loading tool…

More tools

All free, all private — everything runs in your browser.

How to use Markdown Table Generator

  1. 1Set your starting rows and columns, or paste existing pipe-table source to import it.
  2. 2Fill the grid; use the per-column align buttons to set left/center/right.
  3. 3Add and remove rows and columns as the shape of your data changes.
  4. 4Copy the generated markdown — cells are pipe-escaped and padded so the source is readable and correct.

Markdown Table Generator FAQ

What table syntax does this generate?
GFM pipe tables — the format supported by GitHub, GitLab, Bitbucket, and virtually every modern markdown renderer. Alignment is expressed with the standard :--- / :---: / ---: delimiter row.
How are pipes and other special characters in my cells handled?
Literal pipes inside cell text are escaped as \| so they don't break the table. The padding is computed from the widest cell in each column, so the source is aligned and readable.
Can I convert an existing markdown table back into the grid?
Yes — paste pipe-table source into the import box and the grid loads it for editing, including column alignments.
Is there a limit on table size?
No hard limit. The generator is pure client-side string work, so even large tables render instantly — but for very wide tables consider whether readers on mobile can scroll it.