Developer

Markdown Table Formatter

Paste a Markdown table and normalize spacing, separator rows and alignment without uploading the content.

✓ Tool inputs are processed in your browser✓ No account
Format Markdown tables locally.

When to use this tool

Use it when documentation, README files or issue comments contain a table that needs quick cleanup.

  1. Align a README feature comparison table.
  2. Clean a copied Markdown table before posting an issue.
  3. Normalize separator rows while preserving column alignment.
Related tools

Related tools

FAQ

Questions

Questions

Does the formatter upload my Markdown?

No. Table parsing and formatting happen locally in your browser.

Does it preserve Markdown alignment?

Yes. Separator cells such as :---, :---: and ---: are converted into left, center and right alignment.

Can it format every Markdown table?

It targets common pipe tables and escaped pipes. Very unusual Markdown extensions may need manual cleanup.