mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-19 21:56:08 +01:00
Update as per feedback from maintainer
This commit is contained in:
parent
7e3e671eeb
commit
d3b0e1eea2
5 changed files with 16 additions and 10 deletions
|
|
@ -955,14 +955,14 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
"MD045": {
|
||||
"description": "MD045/no-alt-text - Images should have non-empty Alt Text",
|
||||
"description": "MD045/no-alt-text - Images should have ALT Text attribute",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"no-alt-text": {
|
||||
"description": "MD045/no-alt-text - Images should have non-empty Alt Text",
|
||||
"description": "MD045/no-alt-text - Images should have ALT Text attribute",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
"default": true
|
||||
},
|
||||
"headers": {
|
||||
"description": "headers - MD001, MD002, MD003, MD018, MD019, MD020, MD021, MD022, MD023, MD024, MD025, MD026, MD036, MD041, MD043",
|
||||
|
|
@ -1068,6 +1068,16 @@
|
|||
"description": "spelling - MD044",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"images": {
|
||||
"description": "images - MD045",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"accessibility": {
|
||||
"description": "accessibility - MD045",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue