We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug Consider this simple test.md file:
test.md
Here is a tag <a name="ref1"></a> Here is a link to that tag: [link](#ref1)
linkspector check throws:
linkspector check
🚫 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.
The text was updated successfully, but these errors were encountered:
Thanks for the quick fix!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Consider this simple
test.md
file:linkspector check
throws:Links like this work when published, not sure if this is expected behavior.
The text was updated successfully, but these errors were encountered: