How to replace content before vitepress process it? #1324
Unanswered
HazzazBinFaiz
asked this question in
Q&A
Replies: 1 comment
-
Write some markdown-it plugin for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a collection of markdown files organized in directory.
We've used a little code snippet at the bottom of each markdown page for some metadata. like below
I want to convert the title to Frontmatter title and pass contributor name(s) in a component. like below
How can I replace those content of file before vitepress process it.
Beta Was this translation helpful? Give feedback.
All reactions