Merge pull request #386 from ahmadnassri/patch-1

docs: correct name for markdown-lint
This commit is contained in:
Lukas Gravley 2020-07-06 20:20:44 -05:00 committed by GitHub
commit 5a0d8a360e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -310,9 +310,8 @@ ignore_templates:
- [markdownlint inline comment syntax](https://github.com/DavidAnson/markdownlint#configuration)
### markdownlint Config file
- `.github/linters/.markdown-lint.yml`
- You can pass multiple rules and overwrite default rules
- File should be located at: `.github/linters/.markdownlint.yml`
- File should be located at: `.github/linters/.markdown-lint.yml`
### markdownlint disable single line
```markdown
@ -791,4 +790,4 @@ lint:
- There is currently **No** way to disable rules in a code block
### htmlhint disable entire file
- There is currently **No** way to disable rules in an entire file
- There is currently **No** way to disable rules in an entire file