Skip to content

tux3/mdfmt

Repository files navigation

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 |

About

A simple tool to format markdown tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages