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
Is your feature request related to a problem? Please describe.
I write a VirePress md plugin in this project. And i wanted to use frontmatter data in the markdown plugin, but I had to re-parse the file contents to get it.
It would be much better to expose frontmatter to md object like md.__path
Is your feature request related to a problem? Please describe.
I write a VirePress md plugin in this project. And i wanted to use frontmatter data in the markdown plugin, but I had to re-parse the file contents to get it.
It would be much better to expose frontmatter to
md
object likemd.__path
Describe the solution you'd like
https://github.com/vuejs/vitepress/blob/main/src/node/markdownToVue.ts#L69
Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: