mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-23 05:14:07 +01:00
feature(config): adding config.ignore to replace metadata (e.g. frontmatter) before linting
This commit is contained in:
parent
eabe2387bc
commit
414e774480
4 changed files with 41 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ playground for learning and exploring.
|
|||
* **MD038** - Spaces inside code span elements
|
||||
* **MD039** - Spaces inside link text
|
||||
* **MD040** - Fenced code blocks should have a language specified
|
||||
* **ignore** - Ignore certain parts of the markdown file (can be `RegExp`, `Function`, `"frontmatter"`), should be used with disabled `MD012`
|
||||
|
||||
See [Rules.md](doc/Rules.md) for more details.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue