mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-25 22:34:07 +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
|
|
@ -1,3 +1,26 @@
|
|||
# This is an image link without any alt text
|
||||
# Images with and without alternate text
|
||||
|
||||
 {MD045}
|
||||

|
||||
|
||||
 {MD045}
|
||||
|
||||

|
||||
|
||||
 {MD045}
|
||||
|
||||
Image without alternate text  in a sentence. {MD045}
|
||||
|
||||
Reference image with alternate text ![Alternate text][notitle]
|
||||
|
||||
Reference image without alternate text ![][notitle] {MD045}
|
||||
|
||||
Reference image with alternate text and title ![Alternate text][title]
|
||||
|
||||
Reference image without alternate text and title ![][title] {MD045}
|
||||
|
||||
Link to image with alternate text [](image.jpg)
|
||||
|
||||
Link to image without alternate text [](image.jpg) {MD045}
|
||||
|
||||
[notitle]: image.jpg
|
||||
[title]: image.jpg "Title"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue