Tools

Data tool

Markdown table formatter

Paste a Markdown table to align columns, normalize cell spacing, and rebuild the separator row. Formatting happens locally in the browser.

Input

Markdown table

Output

Formatted table

What it formats

The formatter trims cell text, pads columns to the widest cell, and preserves left, center, or right alignment from an existing separator row.

Useful cases

Use it for README tables, documentation drafts, issue comments, changelog notes, and short plain-text comparison tables.

Privacy

Markdown is formatted in the page. The table is not uploaded, logged, or sent to a server by this tool.

Limits

The parser is intended for simple Markdown tables. Complex inline HTML or unescaped pipe characters inside cells may need manual adjustment.