We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently this code changes the URL hash when users click some link to a fragment identifier causing unwanted issues like #890 and #788.
vitepress/src/client/theme-default/composables/outline.ts
Lines 64 to 152 in baf8083
Related SO thread: https://stackoverflow.com/q/7035896/11613622
I am thinking lets remove below line. The outline will still highlight current header. Just the hash won't change on URL.
Line 123 in baf8083
Side note, we also need to support outline: false.
outline: false
The text was updated successfully, but these errors were encountered:
Removed that line for now, let's see if we can reintroduce that functionality properly.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently this code changes the URL hash when users click some link to a fragment identifier causing unwanted issues like #890 and #788.
vitepress/src/client/theme-default/composables/outline.ts
Lines 64 to 152 in baf8083
Related SO thread: https://stackoverflow.com/q/7035896/11613622
I am thinking lets remove below line. The outline will still highlight current header. Just the hash won't change on URL.
vitepress/src/client/theme-default/composables/outline.ts
Line 123 in baf8083
Side note, we also need to support
outline: false
.The text was updated successfully, but these errors were encountered: