mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-18 07:39:03 +02:00
Update MD013/line-length to support stern parameter (fixes #256).
This commit is contained in:
parent
11ea2ad5f1
commit
de86a26e4e
6 changed files with 101 additions and 5 deletions
8
test/long-lines-stern.json
Normal file
8
test/long-lines-stern.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD013": {
|
||||
"stern": true,
|
||||
"heading_line_length": 30,
|
||||
"code_block_line_length": 20
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue