-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anchor link checking is broken #225
Comments
cc @tcort any thoughts about how involving the fix is? I imagine it is a simple change, but probably involves a few different packages. |
|
This comment was marked as outdated.
This comment was marked as outdated.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the awesome linter. Long time user, first time contributor.
I have a bunch of files that define HTML code blocks, with
id
attributes:Then I have some links that reference them:
After upgrading to the latest version
3.10.3
, it broke CI because of new errors everywhere. I traced it down to the following issues:id
attributes. So any links pointing to it (likehref="#foo"
) produce errors.href
attributes that have a file path AND a header.href=".#id"
for the same markdown file.href="../relative/path#id"
for a markdown file at../relative/path.md
or../relative/path/index.md
.Any feedback/pointers are greatly appreciated. I imagine it is not too hard to fix, given that the linter has partial support for it already.
Although my plate is currently full, I welcome any code pointers/green light on how to fix it, and I can take a stab at it at some point in the future.
The text was updated successfully, but these errors were encountered: