-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Description
Setting custom slugify function "uslugify" from pymodown breaks header anchors block at the right.
markdown_extensions:
...
- toc:
permalink: '#'
slugify: !!python/name:pymdownx.slugs.uslugify
...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
- In
mkdocs.ymlset a custom slugify function ("uslugify" in my case) - Add some cyrillic headers in
index.md - Anchor links are not fading and the console spams the error when scrolling the page
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open