Messy Markdown
Repair uneven spacing and rebuild missing or inconsistent alignment separators.
| Name|Status | |---|:---:| | API |Ready|
Turn a rough Markdown, CSV or TSV table into clean, aligned Markdown. Fix spacing, rebuild the separator row and copy a result that is ready for GitHub, docs or chat.
Everything runs locally. Your pasted data is never uploaded.
Paste an existing Markdown table, comma-separated rows or tab-separated spreadsheet cells. The first row becomes the table header.
Repair uneven spacing and rebuild missing or inconsistent alignment separators.
| Name|Status | |---|:---:| | API |Ready|
Convert comma-separated data, including quoted cells that contain commas.
Name,Status,Owner API,Ready,Ada
Paste tab-separated cells copied directly from a spreadsheet.
Name Status Owner Docs Draft Lin
Yes. The formatter detects commas or tabs when the input is not already a pipe-delimited Markdown table.
Preserve mode keeps valid left, center and right markers from an existing Markdown separator row. The alignment menu can also override every column.
Literal pipe characters are escaped in the output so they do not create accidental columns.
No. Formatting and copying run locally in your browser.
Working with JSON instead? Try JSON Stringify or inspect line-delimited data with the JSONL Viewer.