Table Formatter

Align Markdown table columns neatly

Input
0 words·0 chars·0 lines

Quick Access

About Table Formatter

Formats a Markdown table so all columns are neatly aligned with consistent padding. Makes messy tables readable in raw markdown.

Use cases

  • Clean up markdown tables in README files
  • Align tables before committing to a repo
  • Format tables copied from external sources
  • Make tables readable in GitHub markdown

FAQ

Does it change alignment markers (:--- etc.)?
No — alignment markers are preserved as-is.
What is the minimum column width?
3 characters, to always leave room for the separator row dashes.

Related tools