Add mdformat (#28)

This commit is contained in:
Taneli Hukkinen
2020-08-17 19:27:22 +02:00
committed by GitHub
parent 1fdca516d5
commit e941060ec0

View File

@@ -276,6 +276,7 @@ to be done
### Markdown Lint / Style Rule Checker
- [markdownlint](https://github.com/DavidAnson/markdownlint) - A Node.js style checker and lint tool for Markdown/CommonMark files offering a good set of defaults. Allows for customization.
- [mdformat](https://github.com/hukkinj1/mdformat) - CommonMark compliant Markdown formatter
- [mdlint]() to be done
- [vscode-markdownlint](https://github.com/DavidAnson/vscode-markdownlint) - [Visual Studio Code Plugin](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) enabling in-place linting of markdown files.