Wapgee Logowapgee

Markdown Table Generator

Edit cells like a spreadsheet, set the alignment for each column, and copy a perfectly padded Markdown table. No more counting pipes and dashes by hand.

Rows
Columns
Editor
Tab moves across cells · Enter adds a row · Paste from Excel or Sheets works.3 × 3 header + alignment set.
| Plan | Price  | Seats |
|:-----|:------:|------:|
| Free |   $0   |     1 |
| Pro  | $12/mo |    10 |
| Team | $49/mo |    50 |
5 lines GFM table columns padded ✓

The most tedious thing in Markdown, solved

Writing Markdown tables by hand means re-counting hyphens and re-aligning pipes every time a cell changes. Edit in a grid instead and then copy readable GitHub-Flavored Markdown, already padded and aligned.

Handy inputs

  • Paste straight from Excel or Google Sheets, and tabs become columns
  • Import a CSV file and get a formatted table instantly
  • Per-column alignment: left for text, right for numbers, center for labels

Free tools. No signup, nothing leaves your browser.

FAQ

Does the table generator run in my browser?

Yes. Everything runs in your browser, so the content of your table is never uploaded or stored anywhere.

Will the table render on GitHub?

Yes. The output is GitHub-Flavored Markdown, which also works in GitLab, Notion, Obsidian, and most static site generators.

What about cells containing a pipe character?

Pipes are escaped as \| so they stay inside the cell instead of creating a new column.

Can I convert an existing Markdown table back into the editor?

Yes. Paste a GFM table into any cell and the grid, header, and per-column alignment are restored. CSV files can be imported the same way.