-
Notifications
You must be signed in to change notification settings - Fork 32
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
Markdown anchor links don't work properly #16
Comments
Seems to be some conflict related to the css. If you take the body's height: 100% out, it can navigate back and forth off anchor links. Unfortunately doing so breaks the theme completely so there is something else conflicting somewhere. |
Thanks for bringing that up. It's due a small jquery snippet that was supposed to add |
@alexurquhart Thanks for the quick investigation. However, I am still experiencing issues. d54e167 looks to only be addressing scenario where the relative links start with As an example
Edit: Ya, on my end, I added an additional |
Thanks for the clarification, I updated it again and tested it with links that start with #. a4c53c1 |
They navigate to the anchors within the same page correctly going forward, but somehow browser back still can't bring them back to before anchor navigation. |
Looking into it further it's the To fix this the CSS and markup would need to be refactored a bit. I am working on the next iteration of the theme (on the v2 branch) that doesn't have this problem, but I'd still like to fix this at some point as well. |
Thanks for all the hard work. I rather like your fantastic v1 theme so hope you'll find some time to fix this issue. It makes it a bit difficult for long tutorials without being able to anchor link chapters correctly. If there is anything you'd like help on feel free to let me know. Thanks. |
Anchor links shouldn't open in a new tab.
Should be able to press browser back/forward to navigate around previously clicked anchor links.
The text was updated successfully, but these errors were encountered: