mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update MD013/line-length with heading_line_length parameter (fixes #170).
This commit is contained in:
parent
fa04d29485
commit
d7c0d195d7
9 changed files with 110 additions and 40 deletions
|
|
@ -129,6 +129,11 @@ rules.forEach(function forRule(rule) {
|
|||
"type": "integer",
|
||||
"default": 80
|
||||
},
|
||||
"heading_line_length": {
|
||||
"description": "Number of characters for headings",
|
||||
"type": "integer",
|
||||
"default": 80
|
||||
},
|
||||
"code_blocks": {
|
||||
"description": "Include code blocks",
|
||||
"type": "boolean",
|
||||
|
|
|
|||
|
|
@ -374,6 +374,11 @@
|
|||
"type": "integer",
|
||||
"default": 80
|
||||
},
|
||||
"heading_line_length": {
|
||||
"description": "Number of characters for headings",
|
||||
"type": "integer",
|
||||
"default": 80
|
||||
},
|
||||
"code_blocks": {
|
||||
"description": "Include code blocks",
|
||||
"type": "boolean",
|
||||
|
|
@ -410,6 +415,11 @@
|
|||
"type": "integer",
|
||||
"default": 80
|
||||
},
|
||||
"heading_line_length": {
|
||||
"description": "Number of characters for headings",
|
||||
"type": "integer",
|
||||
"default": 80
|
||||
},
|
||||
"code_blocks": {
|
||||
"description": "Include code blocks",
|
||||
"type": "boolean",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue