Skip to content
My Tiny Utils

Search tools

Type to find a tool, then press Enter to open it.

Markdown Table Generator

Fill in a grid, pick per-column alignment, and copy a neatly padded markdown table with the pipes lined up.

Processed locally in your browser — nothing is uploaded.

2 to 30

1 to 12

Cells

The first row is the header. Click a column's alignment button to cycle left → center → right.

Markdown table

|     |     |     |
| --- | --- | --- |
|     |     |     |
|     |     |     |

About Markdown Table Generator

Markdown tables are easy to read and miserable to type. Set the row and column counts, fill in the cells, and click each column's alignment button to cycle left, center, and right. The output pads every column so the pipes line up in monospace, and pipes or line breaks inside cells are escaped automatically.

Common uses

  • Add a tidy table to a README or wiki page
  • Convert a small set of values into documentation
  • Fix a hand-written table whose columns drifted out of line