Skip to content
Markdown

Markdown Table Alignment Fixer

Re-pad and align Markdown table columns for clean source.

How it works

  1. 1Paste Markdown that contains one or more tables.
  2. 2Every table is re-padded so columns line up.
  3. 3Copy the aligned Markdown.

Use cases

  • Make hand-edited tables readable in source.
  • Produce diff-friendly table formatting.
  • Respect each column’s alignment markers.

Frequently asked questions

Does it keep my alignment markers?

Yes. Left (:--), center (:-:), and right (--:) settings are preserved and reflected in the padding.

What about non-table text?

Only table blocks are reformatted; surrounding prose is left exactly as-is.

Is it private?

Yes — it runs entirely in your browser.

See all →