mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-08 23:04:19 +01:00
feature(config): adding config.ignore to replace metadata (e.g. frontmatter) before linting
This commit is contained in:
parent
a958a33860
commit
cae451967a
4 changed files with 41 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue