-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
TOC links to header with badge fail #1275
Comments
This is known issue, see: #645 (comment)
We can create a Vue component Contribution welcome! |
Since TOC plugin is included in @vuepress/markdown, which was depended on by @vuepress/core, do you mean @vuepress/markdown should provide a global component |
@shigma What I meant is to write a VuePress plugin that implements a Vue SFC named |
@ulivz I mean since |
I have tried to implement it and here is the pr: #1307. |
Bug report
When a header includes a badge, a TOC will report an incorrect scroll link for that header.
Version
0.14.8
Steps to reproduce
What is expected?
It should scroll to the header link
What is actually happening?
nothing happens
Other relevant information
The text was updated successfully, but these errors were encountered: