From e941060ec088ec20e2e2f71fda1876511054bbe6 Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen Date: Mon, 17 Aug 2020 19:27:22 +0200 Subject: [PATCH] Add mdformat (#28) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 095cfe7..705bf08 100644 --- a/README.md +++ b/README.md @@ -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.