mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-25 08:26:10 +01:00
Update MD013/line-length with new code_block_line_length parameter (fixes #184).
This commit is contained in:
parent
1d8b9e7e62
commit
64351f73be
6 changed files with 59 additions and 4 deletions
7
test/long-lines-short-code.json
Normal file
7
test/long-lines-short-code.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD013": {
|
||||
"code_block_line_length": 30
|
||||
},
|
||||
"MD046": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue