Supporting Vue Components in Markdown using Marked-it #12781
Unanswered
ketsebaoteth
asked this question in
Help/Questions
Replies: 1 comment
-
did you try vitepress? https://vitepress.dev/ |
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
-
i was working with nuxt and vue to make a documentation website with markdown and vuecomponents in markdown support i used marked-it to compile markdown and i used plugins to keep custom vue components as they are without converting them to html tags i used another function that someone helped me with to create a
<template></template>
. But now i want to display this as normal vue and i want to give it all the custom components for it to use. please help !! 🙏my nuxt server code to load markdown using marked-it and some plugins:
example return from this server
potential features i want are:
being able to supply it with custom components as you can see in the markdown export i have some which i want to provide when compiling
Beta Was this translation helpful? Give feedback.
All reactions