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 parentheses becomes unreachable #27

Open HappyStinson opened 5 years ago

HappyStinson commented 5 years ago

Links which contains parentheses seems to be cutoff at the end and becomes unreachable.

Example in markdown: [the Foo Fighters album](https://en.wikipedia.org/wiki/Foo_Fighters_(album)) Becomes: https://en.wikipedia.org/wiki/Foo_Fighters_(album

HappyStinson commented 5 years ago

Did some digging and apparently it's not possible to solve this with a regex. Same issue discussed here: https://github.com/evilstreak/markdown-js/issues/248