mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-19 07:20:13 +01:00
add additional test for reference syntax of images (fixes #75)
This commit is contained in:
parent
d3b0e1eea2
commit
ae443f02ad
3 changed files with 15 additions and 2 deletions
|
|
@ -1206,7 +1206,7 @@ module.exports = [
|
|||
{
|
||||
"name": "MD045",
|
||||
"desc": "Images should have ALT Text attribute",
|
||||
"tags": [ "images", "accessibility" ],
|
||||
"tags": [ "accessibility", "images" ],
|
||||
"aliases": [ "no-alt-text" ],
|
||||
"regexp": null,
|
||||
"func": function MD045(params, errors) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue