1 stable release
1.0.0 | Jun 16, 2021 |
---|
#24 in #markdown-tables
12KB
262 lines
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 |
Dependencies
~1.5MB
~24K SLoC