IQ
PayloadIQ
PayloadIQ Utilities

Markdown Table Generator

Build a Markdown table the easy way: type into a grid, add or remove rows and columns, set alignment, and copy clean GitHub-flavoured Markdown. It all runs in your browser.

Click the ↔ button to change a column's alignment.
| Name | Role | City |
| :--- | :--- | :--- |
| Ada | Lead | London |
| Linus | Engineer | Helsinki |

Runs in your browser. Your input is not uploaded to PayloadIQ.

Tables without counting pipes

Hand-writing a Markdown table means lining up pipes and dashes by eye. This editor does it for you: fill in the cells, add rows and columns with a click, and pick each column's alignment. The Markdown updates live and stays valid — pipes inside cells are escaped automatically.

Already have the data?

If your rows live in a spreadsheet or CSV, skip the typing and use CSV to Markdown Table instead — it converts the whole thing in one paste.

FAQ

How do I set column alignment?
Click the alignment button above each column to cycle left, center, and right. It writes the matching :--- markers into the separator row so the table aligns wherever it renders.
Is the first row the header?
Yes. The top row becomes the table header, and the separator row is generated automatically below it.
Are pipes in my cells handled?
Yes — a | inside a cell is escaped so it doesn't break the table, and line breaks are flattened to spaces.

Related utilities

CSV to Markdown TableMarkdown to HTMLMarkdown Preview
Open PayloadIQ Playground