ulivz / vuepress-plugin-check-md

Check dead links of markdown.
MIT License
26 stars 7 forks source link

Image link with a title are not recognized #8

Open loicmathieu opened 1 year ago

loicmathieu commented 1 year ago

Hello,

When using an image link with a title like this:

![Image alt](./my-image.svg "Image title")

The link is flagged as incorrect leading to File is not found error. Interestingly, if I use --fix it HTML escape the spaces and the double-quotes.