Add support for "markdownlint-configure-file" inline comments (fixes #264).

This commit is contained in:
David Anson 2020-04-05 19:47:12 -07:00
parent dd66a33d75
commit 6ce426cf88
7 changed files with 183 additions and 56 deletions

View file

@ -0,0 +1,33 @@
# Inline Configure File Multiple Instances
***
{MD035:3}
Trailing spaces:
<!-- markdownlint-configure-file
{
"hr-style": {
"style": "***"
},
"no-trailing-spaces": false
}
-->
***
{MD035:17}
Trailing spaces:
<!-- markdownlint-configure-file
{
"hr-style": {
"style": "---"
}
}
-->
***
{MD035:30}
Trailing spaces: