-
Notifications
You must be signed in to change notification settings - Fork 26
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
Clicking on anchors adds backslashes before periods #57
Comments
Yes, I've seen this and I presume it's something in our scripts doing it (probably the thing that highlights the sidebar or auto-expands the sub-headings when you're within that section?) but haven't looked into what it is yet. |
Specifically to test the below-referenced issue in the future. Ref: meteor/meteor-theme-hexo#57
The version of `smooth-scroll` we were using was quite old (v7.1.1) compared to what is now available (v12). By upgrading to the latest version, and slightly tweaking the way we instantiate it to support the new construct, this resolves the issue with anchor tags with periods being incorrectly escaped. Fixes #57.
The version of `smooth-scroll` we were using was quite old (v7.1.1) compared to what is now available (v12). By upgrading to the latest version, and slightly tweaking the way we instantiate it to support the new construct, this resolves the issue with anchor tags with periods being incorrectly escaped. Fixes #57.
This hadn't been a more prominent problem until In the case of Anyhow, fixed with an upgrade of Thanks for reporting this! |
Yeah, I didn't think it was helpful to include dates in the anchors along with the version number. Thanks! |
What you did absolutely makes sense, just verbalizing the reason why this is cropping up now. I'll deploy this next week after I've bunched some more features to reduce PR/update noise. |
@glasser This is deployed now to the Engine docs! (i.e. fixed). |
Thanks! |
Where did the backslashes come from? They break links. Note that "copy link address" on the link gets the right error without backslash.
@abernix this might be up your alley?
The text was updated successfully, but these errors were encountered: