mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-18 19:28:05 +01:00
Added md046 sentences-per-line
This commit is contained in:
parent
2710c375b3
commit
56643d90db
6 changed files with 140 additions and 43 deletions
|
|
@ -1095,6 +1095,16 @@
|
|||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"MD046": {
|
||||
"description": "MD046/sentences-per-line - Images should have alternate text (alt text)",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"sentences-per-line": {
|
||||
"description": "MD046/sentences-per-line - Images should have alternate text (alt text)",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"headings": {
|
||||
"description": "headings - MD001, MD002, MD003, MD018, MD019, MD020, MD021, MD022, MD023, MD024, MD025, MD026, MD036, MD041, MD043",
|
||||
"type": "boolean",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue