Markdown Table Generator

Build a Markdown table from your data, correctly formatted with aligned columns.

Tables without counting pipes

Markdown tables are simple in principle but tedious in practice — rows of pipes and dashes that must line up, with a separator row and alignment markers. Getting one right by hand, especially editing it later, is fiddly. This builds a correctly formatted Markdown table from your rows and columns, so you get valid table syntax without manually aligning a single pipe.

Enter your data and the Markdown table is generated.

Where Markdown tables go

These tables render into proper HTML tables anywhere Markdown is supported — READMEs, documentation, GitHub issues, wikis, many notes apps. Setting per-column alignment, left, right or centre, is done in the separator row, which this handles for you. For quick tables in a document this is ideal; for a table you will keep editing, generating clean syntax up front saves a lot of the pipe-counting frustration that puts people off Markdown tables in the first place.

Questions & answers

Where do Markdown tables work?

Anywhere Markdown is supported — READMEs, documentation, GitHub issues, wikis and many notes apps — rendering into HTML tables.

Can I align the columns?

Yes — left, right or centre alignment is set in the separator row, which the generator handles for you.

Is my data uploaded?

No. The table is generated in your browser.

More Developer tools