Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.8k
Closed
Description
Bug Report
Steps to reproduce
- In Markdown file, assign ID to an element (i.e. in a DIV)
- Create a link using the # character and assigned ID
Here is an example in Docsify v4, which works as expected:
https://paulhibbitts.github.io/docsify-v4-anchors-test/#/anchors-test
And here is an example in Docsify v5, which shows the issue:
https://paulhibbitts.github.io/docsify-v5-anchors-test/#/anchors-test
Current behaviour
The Markdown anchor link does not seem to navigate down to the page.
Expected behaviour
The Markdown anchor link should navigate down to the page.
Other relevant information
- Docsify version:
v5-rc1
Bug still occurs when all/other plugins are disabled?
Docsify plugins (if the bug happens when plugins enabled, please try to isolate the issue):
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
Please let me know if any additional info/testing is helpful, thank you!