mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-23 21:34:06 +01:00
Update MD045/no-alt-text to report instances of HTML "img" tags missing an "alt" attribute (fixes #992).
This commit is contained in:
parent
0afedaebf4
commit
531e58ed9a
18 changed files with 274 additions and 25 deletions
|
|
@ -89,7 +89,7 @@ Text referencing MultipleCase name.
|
|||
Text referencing MULTIPLECASE name. {MD044}
|
||||
Text referencing mULTIPLEcASE name.
|
||||
|
||||
<img src="img/javascript/image.png" error="{MD044}">
|
||||
<img src="img/javascript/image.png" alt="Description" error="{MD044}">
|
||||
|
||||
<script type="text/javascript">
|
||||
{MD044:94}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue