mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-02 00:30:14 +01:00
Add headers parameter to MD013/line-length (fixes #35).
This commit is contained in:
parent
16dc230d54
commit
00171da565
6 changed files with 56 additions and 4 deletions
6
test/long-header-exceptions.json
Normal file
6
test/long-header-exceptions.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD013": {
|
||||
"headers": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue