markdown_link_checker_sc
Version:
12 lines (7 loc) • 510 B
Markdown
# Test
Run like: `node .\index.js -d tests/links/html/img/`
Confirm links with and without end backslash are caught.
Also with/without attributes
<img src="../../assets/airframes/multicopter/x500_holybro_pixhawk4/img_with_no_end_backslash_oneofthree.png" width="400" title="Hanger gaskets">
<img src="../../assets/airframes/multicopter/x500_holybro_pixhawk4/img_with_backslash_twoofthree.png" width="400" title="Hanger gaskets" />
<img src="img_with_backslash_no_attributes_threeofthree.png" />