You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that this is an issue rather than a question.
Bug report
Markdown title anchors don't work well with vue text interpolation.
When using {{ }} vue text interpolation in titles or headings, the markdown.anchors plugin doesn't generate correct slugs.
Bug report
Markdown title anchors don't work well with vue text interpolation.
When using
{{ }}
vue text interpolation in titles or headings, themarkdown.anchors
plugin doesn't generate correct slugs.Steps to reproduce
https://codesandbox.io/s/vuepress-interpolated-anchors-j34bb?file=/README.md
script
or in thefrontmatter
blockWhat is expected?
We can expect that the anchors are the slug version of the content of the variables,
What is actually happening?
The anchors are the slug version of the variable name, no of its content
Other relevant information
The text was updated successfully, but these errors were encountered: