← back to flaviocopes.com

Markdown table generator

← All tools

Edit cells in a grid, set per-column alignment, and copy a pretty-printed markdown table. Paste TSV/CSV from a spreadsheet or an existing markdown table to import.

Your data never leaves the browser — no upload, no server.

~~~

Import

Paste TSV or CSV (from Excel, Google Sheets, etc.)

Or paste an existing markdown table

~~~

Grid

~~~

Markdown output

~~~

About this tool

Markdown tables use pipes and a separator row to define columns. The first row is the header; the second row sets alignment with colons (:--- left, :---: center, ---:right).

Pipe characters inside cell text must be escaped with a backslash. This tool handles that when generating output. Pipes in your grid inputs are escaped automatically on export.

~~~

Read more