microsoft / linkcheckermd

A VSCode extension that check links in Markdown to ensure they are valid.
MIT License
16 stars 20 forks source link

Links with escaped spaces (%20) are reported as missing #39

Open henrikbarium opened 4 years ago

henrikbarium commented 4 years ago
[Valid link](valid%20link.md)

Even if the file valid link.md exists, the above link is reported as broken.