Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.
https://michael-f-bryan.github.io/mdbook-linkcheck/
MIT License
141 stars 29 forks source link

`<img>` html tags are not checked for broken or empty links #85

Open shenef opened 5 months ago

shenef commented 5 months ago

It seems that the <img> tag is not tested by linkcheck. This applies to relative, absolute and external links.

Minimal example: Include <img src="./this_image_does_not_exist.jpg"> in any markdown file checked by mdbook-linkcheck.