Markdown Table Column Aligner
CodeReformat every GitHub-Flavored-Markdown pipe table in a document so each column's pipes line up visually, preserving left/center/right alignment markers and rebuilding the delimiter row to match
Paste a Markdown document containing one or more GitHub-Flavored-Markdown pipe tables and get back the same document with every table's columns realigned: cells padded to the widest content in their column, the delimiter row's dashes rebuilt to match, and each column's left, center, or right alignment marker preserved exactly as declared. Tables inside fenced code blocks are left untouched, since GitHub's own renderer treats those as literal text rather than a real table. A row with a different number of cells than the header gets padded or truncated to match, with a warning so you notice the mismatch instead of silently losing data.
How to use Markdown Table Column Aligner
- 1.Paste a Markdown document with one or more pipe tables, or try the sample table.
- 2.Review the aligned output and the per-table summary showing column count, row count, and detected alignment.
- 3.Copy the aligned output back into your document; unrelated text and code blocks are left exactly as they were.
Frequently asked questions
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/markdown-table-aligner \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"markdown":"| Name | Age |\n|---|---|\n| Alice | 30 |\n| Bob | 7 |\n"}'Get an API key from your dashboard · Full API docs →