Text Tools

Align Markdown Tables by Visual Width

Reformat Markdown tables so columns pad to a consistent visual width, keep :---: alignment markers, and account for full-width characters such as Chinese for readable source layouts.

MarkdownTableFormatter

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Fix misaligned README table source
  • Normalize docs table column widths
  • Clean up hand-written pipe tables

How to use

  1. Paste Markdown table source
  2. Review the live aligned result
  3. Copy the formatted table

Example input and output

Before

|A|B|

After

| A | B |

FAQ

Are alignment markers preserved?

Yes. Separator markers such as :---, :---:, and ---: are kept and continue to control alignment.

How is Chinese width handled?

Column padding uses visual width so full-width characters count as two units in monospace layouts.

Tools

Related tools

Continue with another translated tool for a nearby task.

Markdown Table Generator

Build Markdown Tables from a Grid

Available

Create an editable header and body grid by column and row counts, optionally prettify pipe alignment, then copy Markdown or export a .md file for README and docs tables.

Markdown Table Docs

Markdown to HTML

Markdown to HTML Converter Online

Available

Convert Markdown to HTML in your browser with a live preview, side-by-side view, and copy or export options. Processing stays on the page.

Markdown HTML Converter

HTML to Markdown

HTML to Markdown Converter Online

Available

Convert HTML to Markdown in your browser while preserving common structure such as headings, lists, tables, and links. Useful for migrating web content into editable documents.

HTML Markdown Converter