microsoft / linkcheckermd

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

Cannot check links to titles with Unicode characters #30

Open thiagodp opened 5 years ago

thiagodp commented 5 years ago

Example (Markdown):

[See Also](#see-also)
...
## 👁 See Also
...

It should display an error, since #see-also is not a correct link. However, it shows the link as valid (info).