moorereason / mdfmt

Like gofmt, but for Markdown with front matter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdfmt

Like gofmt, but for Markdown with front matter.

mdfmt is a fork of markdownfmt that simply adds support for TOML, YAML, and JSON front matter.

Usage

usage: mdfmt [flags] [path ...]
  -d    display diffs instead of rewriting files
  -l    list files whose formatting differs from mdfmt's
  -w    write result to (source) file instead of stdout

Acknowledgements

License

Released under the MIT License. See LICENSE file for details.

About

Like gofmt, but for Markdown with front matter.

License:MIT License


Languages

Language:Go 100.0%