mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Refine implementation of MD045/no-alt-text in previous commit.
This commit is contained in:
parent
4fa837a031
commit
f91f0880c3
7 changed files with 61 additions and 44 deletions
|
|
@ -957,12 +957,12 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
"MD045": {
|
||||
"description": "MD045/no-alt-text - Images should have ALT Text attribute",
|
||||
"description": "MD045/no-alt-text - Images should have alternate text (alt text)",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"no-alt-text": {
|
||||
"description": "MD045/no-alt-text - Images should have ALT Text attribute",
|
||||
"description": "MD045/no-alt-text - Images should have alternate text (alt text)",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
|
|
@ -1071,13 +1071,13 @@
|
|||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"images": {
|
||||
"description": "images - MD045",
|
||||
"accessibility": {
|
||||
"description": "accessibility - MD045",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"accessibility": {
|
||||
"description": "accessibility - MD045",
|
||||
"images": {
|
||||
"description": "images - MD045",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue