mdfmt

Crates.iomdfmt
lib.rsmdfmt
version1.0.0
sourcesrc
created_at2021-06-16 15:24:42.375464
updated_at2021-06-16 15:24:42.375464
descriptionSimple tool to format markdown tables
homepage
repository
max_upload_size
id410926
size16,999
Tux3 (tux3)

documentation

README

mdfmt

Formats the tables in your Markdown documents. Usage: mdfmt [--in-place] [--strict] [input] [output]

Before:

| Column A | Column B |
| --- |:-:|
| Apple | Giant Octopus |
| Pear | Pointlessly long item |

After:

| Column A | Column B              |
|----------|:---------------------:|
| Apple    | Giant Octopus         |
| Pear     | Pointlessly long item |
Commit count: 0

cargo fmt