mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-11 21:02:34 +01:00
Reimplement MD045/no-alt-text using micromark tokens, add range information.
This commit is contained in:
parent
3dedc1cda1
commit
e8cc7eb3cb
6 changed files with 98 additions and 19 deletions
|
|
@ -22,5 +22,11 @@ Link to image with alternate text [](image.jpg)
|
|||
|
||||
Link to image without alternate text [](image.jpg) {MD045}
|
||||
|
||||
Multi-line image with alternate text 
|
||||
|
||||
Multi-line image without alternate text  {MD045:28}
|
||||
|
||||
[notitle]: image.jpg
|
||||
[title]: image.jpg "Title"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue