Fill in a grid, set column alignment, and get clean GitHub-flavored Markdown table syntax. Copy it, or publish the table as a shareable page.
Edit the grid, set alignment, and copy clean GFM table syntax — or publish it as a link.
| Column 1 | Column 2 | | :--- | :--- | | | | | | |
Writing a Markdown table by hand is fiddly: every row needs the right number of pipes, the header divider has to line up, and one missing | quietly breaks the whole table. A generator removes the bookkeeping — you edit cells in a normal grid and the correct | --- | --- | syntax is produced for you.
This generator runs entirely in your browser. Add rows and columns, type your data, click a column header to cycle its alignment (left, center, right), and copy the generated Markdown straight into a README, a GitHub issue, a docs page, or anywhere else that renders GitHub-flavored Markdown. When you want a link instead of raw syntax, publish the table as a clean hosted page in one click.
Sam maintains the README for an open-source CLI and needs to document the new command flags. A plain bullet list was getting hard to scan, so a table made more sense — but hand-aligning pipes in a text editor had bitten Sam before, where a single stray | in a description cell collapsed the table into one broken row on GitHub.
Sam opened the generator and set three columns: Flag, Default, and Description. The Flag column was left-aligned, Default centered, and Description left-aligned. Sam added six rows, one per flag, and typed a description that itself contained a pipe character — the generator escaped it automatically so the table stayed intact.
With the grid filled in, Sam clicked Copy and pasted the Markdown into the README. It rendered as a clean, aligned table on the first try. Sam also clicked Publish to get a hosted link of the same table, then dropped that link into the project chat so a teammate could review the flag list without pulling the branch.
Free links last 7 days with a free account. On a paid plan every page you create stays online permanently.
See pricing