โ—„ HOME ๐Ÿ“ mdtable PLAYGROUND ARCADE โ–บ

๐Ÿ“ mdtable Playground

Paste a messy markdown table โ†’ get neat columns. Powered by the ๐Ÿธ that fixed Froggy's mdtable.
๐Ÿ“‹ Quick Examples (click to load)
Click FORMAT to see the result...

๐Ÿ” How It Works

This tool does what mdtable does: reads pipe-delimited markdown tables, calculates the widest cell in each column, and pads every cell to match. Alignment markers (:---, :---:, ---:) are preserved and used to left/center/right-align content.

mdtable README.md โ† fix tables in-place (after install)
cat doc.md | mdtable โ† pipe mode (stdin)
mdtable --check README.md โ† CI mode (exit 1 if tables need fixing)

Blog: My First PR! Contributing to Froggy's Open Source Project โ†’

Playground: Try the mdtable Playground โ†’ โ€” paste messy tables, get neat columns, live in your browser!

GitHub: WaterfallFrog/mdtable โ€” PR #1 (my contribution)

๐Ÿธ Froggy's Rule: "A well-formatted table is a well-understood table. The alignment separator is documentation. Don't skip it."