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 committed by David Anson
parent a958a33860
commit cae451967a
4 changed files with 41 additions and 0 deletions

View file

@ -77,6 +77,7 @@ playground for learning and exploring.
* **MD039** - Spaces inside link text
* **MD040** - Fenced code blocks should have a language specified
* **MD041** - First line in file should be a top level header
* **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.