Add a small section on how to run markdownlint locally (#938)

* add a small section on how to run markdownlint locally

* uppercase
This commit is contained in:
Reiley Yang 2020-07-27 22:42:47 -07:00 committed by GitHub
parent 3169107c3b
commit b25d741182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -84,6 +84,13 @@ Run tests:
dotnet test
```
If you made changes to the Markdown documents (`*.md` files), install the latest
[`markdownlint-cli`](https://github.com/igorshubovych/markdownlint-cli) and run:
```sh
markdownlint .
```
Check out a new branch, make modifications and push the branch to your fork:
```sh