mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-05 23:48:49 +01:00
Hide the content of inline configuration HTML comments from the linting process to avoid false positives.
This commit is contained in:
parent
535aa1a2ee
commit
bbec8c5c1e
7 changed files with 80 additions and 40 deletions
10
test/inline-configure-file-violations.md
Normal file
10
test/inline-configure-file-violations.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Inline Configure File Violations
|
||||
|
||||
Emphasis * with * spaces {MD037}
|
||||
|
||||
Trailing spaces:
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"comment": "emphasis * with * spaces",
|
||||
"no-trailing-spaces": false
|
||||
} -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue