[BUG] Anchors made with <a> tags give false positives
Closed this issue ยท 1 comments
clabornd commented
Describe the bug
Consider this simple test.md
file:
Here is a tag <a name="ref1"></a>
Here is a link to that tag: [link](#ref1)
linkspector check
throws:
๐ซ testmd.md, #ref1 , 404, 3, Cannot find section: #ref1 in file: testmd.md.
๐ฅ Error: Some hyperlinks in the specified files are invalid.
Links like this work when published, not sure if this is expected behavior.
clabornd commented
Thanks for the quick fix!