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
"uslugify" breaks header anchors list #972
Comments
Thanks for reporting, I can confirm this issue. Will look into it. |
I tried to reproduce your test case and think I have a potential fix in ee0371d. Please try the master to see if the issue persists. |
Pardon, how can I update mkdocs theme? I tried to run |
Ok. I can confirm it is fixed when directly adding |
The idea was that you check out the latest source from GitHub (see instructions) and validate whether the error is gone. Did you do that? |
Yep, I did. The bug is fixed. |
Perfect! I will issue a release within the next few days. Until then, please use the current |
Fix released as part of 3.3.0. |
Description
Setting custom slugify function "uslugify" from pymodown breaks header anchors block at the right.
Expected behavior
When scrolling down headers are fading out. This gives a visual understanding of current position on the page.
Actual behavior
When scrolling, the browser console spams the following error:

Steps to reproduce the bug
mkdocs.yml
set a custom slugify function ("uslugify" in my case)index.md
The text was updated successfully, but these errors were encountered: