mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Add support for "markdownlint-configure-file" inline comments (fixes #264).
This commit is contained in:
parent
dd66a33d75
commit
6ce426cf88
7 changed files with 183 additions and 56 deletions
5
test/inline-configure-file-invalid.md
Normal file
5
test/inline-configure-file-invalid.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Inline Configure File Invalid
|
||||
|
||||
Not normally too long of a line, but it would have been from an inline config.
|
||||
|
||||
<!-- markdownlint-configure-file { "MD013": { line_length: 70 } } -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue