ulivz / vuepress-plugin-check-md

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

Still wants to check links that are commented out #5

Open sewe opened 3 years ago

sewe commented 3 years ago

A link like

<!-- [TODO update anchor](../README.md#does-not-exist-yet) -->

is checked, with the check failing because #does-not-exist-yet does not exist yet. In other words, the fact that the link is commented out doesn't matter; it is still checked. To me, this is surprising/a bug.