feature(config): adding config.ignore to replace metadata (e.g. frontmatter) before linting

This commit is contained in:
Rodney Rehm 2015-07-20 14:16:52 +02:00
parent eabe2387bc
commit 414e774480
4 changed files with 41 additions and 0 deletions

View file

@ -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.