mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +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-single-line.md
Normal file
5
test/inline-configure-file-single-line.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Inline Configure File Single Line
|
||||
|
||||
Not normally too long of a line, but it is here from an inline config. {MD013}
|
||||
|
||||
<!-- markdownlint-configure-file { "MD013": { "line_length": 70 } } -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue