-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Anchor Links in the spec do not work anymore #1726
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
Comments
Thanks for the report. We're looking into it. |
As I am very sure that this has been working fine before it might be worth contacting github support and ask to revert the change or otherwise fix it. |
It's not all links, just any links that have multiple words. For example: Works: One way to fix is to update the multi-word links to use dashes instead of camel case. For example, convert I'm not sure why Github ever supported camel case links. I've haven't seen another markdown to HTML converter support that. |
Yes, it looks like we may have been relying on some very old compatibility behaviour. |
With dashes are the links that are automatically generated by github. camelCase are anchors added in the spec markdown. If you render the spec outside of github links would be working. The filtering done here is specific to github. |
Also affects |
I have contacted github support about this. Will post here when I have an answer. |
Looks like they fixed it. It's working again for me. Close the issue if you confirm. |
Thanks @cebe I'm still seeing the problem, but it may be a cacheing issue. |
It doesn't work for me yet. Tried on two browsers and even disabled cache. |
It's still not working for me. Maybe it's cached at an edge location somewhere? |
Still broken for me - I did the browser/cache dance as well 😕 |
I'm also in touch with GitHub's support about it, will update when I know more. |
Got a reply from github support today:
|
Thanks, @cebe - got the same reply. Let the anchor-following resume! |
Seems github filters the
<a name="...">
tags...The text was updated successfully, but these errors were encountered: