Open shenef opened 5 months ago
It seems that the <img> tag is not tested by linkcheck. This applies to relative, absolute and external links.
<img>
Minimal example: Include <img src="./this_image_does_not_exist.jpg"> in any markdown file checked by mdbook-linkcheck.
<img src="./this_image_does_not_exist.jpg">
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.