Formatter

Biome Markdown

Fast Markdown table formatter built in Rust. Automatically aligns table columns with proper spacing — inspired by Biome, works anywhere.

What it does

Before

| Adobe |Alternatif |
| ---- | ---- |
| Premiere Pro | Davinci Resolve |
| After Effects | Natron |

After

| Adobe        | Alternatif      |
| ------------ | --------------- |
| Premiere Pro | Davinci Resolve |
| After Effects| Natron          |

Installation

cargo

cargo install biome-markdown

npm

npm install biome-markdown

Commands

biome-markdown --check .Check if files need formatting
biome-markdown --write .Format all Markdown files in place
biome-markdown --write content/Format a specific directory
biome-markdown --write file.mdFormat a single file