Is there a way to extend markdown posts with VueJS outside of the .md file? #1137
-
Is there a way to keep my markdown files purely markdown but customize the theme/layout to add Vue components behind the scenes? I'd like to keep my markdown files purely markdown for ease of use between apps that I use for writing, blogging, etc. For example, every post I write has a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use slots for that: https://vitepress.vuejs.org/guide/theme-introduction.html#layout-slots |
Beta Was this translation helpful? Give feedback.
You can use slots for that: https://vitepress.vuejs.org/guide/theme-introduction.html#layout-slots