Skip to content
Markdown

Markdown Table Formatter

Pad and align every table in a document for clean source.

How it works

  1. 1Paste Markdown with messy tables.
  2. 2Every table is padded and aligned.
  3. 3Copy the tidy result.

Use cases

  • Tidy hand-edited tables.
  • Produce diff-friendly source.
  • Format generated tables.

Frequently asked questions

Does it keep alignment markers?

Yes. Left, center, and right alignment settings are preserved.

Does it change my data?

No. Only spacing and padding change; cell contents are untouched.

Is it private?

Yes. Tables are processed entirely in your browser; nothing is uploaded.

Read the guide
How to format and align a Markdown table
Straighten a ragged Markdown table so its columns line up in the raw source — easier to read, easier to edit, and still valid everywhere.
See all →