Simple table cleanup
Before
|Name|Role| |---|---| |Alice|DevOps| |Bob|Engineer|
After
| Name | Role | | ----- | -------- | | Alice | DevOps | | Bob | Engineer |
Paste a markdown table and instantly get aligned, clean output that is easier to read and maintain.
Paste the markdown table you want to tidy.
Copy the cleaned table back into your markdown file.
|Name|Role| |---|---| |Alice|DevOps| |Bob|Engineer|
| Name | Role | | ----- | -------- | | Alice | DevOps | | Bob | Engineer |
| Metric | Value | | :--- | ---: | | Latency | 123ms | | Throughput | 950 |
| Metric | Value | | :--------- | ----: | | Latency | 123ms | | Throughput | 950 |
| A | B | C | | --- | --- | --- | | 1 | 2 | | x | y | z |
| A | B | C | | --- | --- | --- | | 1 | 2 | | | x | y | z |
It restructures markdown table text into consistent, aligned columns and normalized separator rows. The output is easier to read in raw markdown, code reviews, and documentation editors.
No. You can paste uneven spacing, inconsistent separators, and partially formatted rows. The tool cleans and aligns the table automatically.
Yes. It accepts both pipe-wrapped and non-pipe row styles and outputs one consistent markdown table format.
No. All formatting happens in your browser, so your table content stays on your device.
Yes. Left (`:---`), center (`:---:`), and right (`---:`) alignment markers are preserved in the formatted output.
Visual line wrapping can make aligned tables look broken in narrow views. The markdown remains correct, and this tool uses horizontal scrolling to keep alignment visible.
Discover more utilities to streamline your workflow
Format, validate, and prettify JSON data with syntax highlighting and error detection.
Convert JSON to TOON (Token-Oriented Object Notation) and back. Optimize tokens for Large Language Model prompts.
Generate secure passwords with custom settings.
Generate Version 1, 4, and 7 UUIDs for applications and databases.
Build and validate CRON expressions with human-readable descriptions and examples.
Convert Unix timestamps to human-readable dates with timezone support and batch processing.
Generate placeholder text for layouts and designs with custom length options.
Convert colors between HEX, RGB, HSL, HSV, CMYK, and OKLCH formats with decimal precision and live preview.
Generate favicon files from any image. Create ICO, PNG, and webmanifest for all devices and browsers.
Encode and decode Base64 strings quickly and easily with real-time conversion.
Encode and decode URLs for safe transmission with multiple encoding modes and batch processing.
Compare text files side-by-side with highlighted differences and merge capabilities.
Decode, verify, and encode JWT tokens with support for all major signing algorithms.
Generate secure hash values using multiple algorithms including SHA-256, MD5, bcrypt, and more with performance monitoring.
Generate QR codes from text, URLs, and data with customizable size and format.
Generate beautiful color palettes with hex, and RGB values.
Test and debug regular expressions with live matching.