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-markdownnpm
npm install biome-markdownCommands
biome-markdown --check .Check if files need formattingbiome-markdown --write .Format all Markdown files in placebiome-markdown --write content/Format a specific directorybiome-markdown --write file.mdFormat a single file