markdown-it-vue
markdown-it-vue copied to clipboard
Vue3 Compatibility
Hi!
Looks great. Is there any plans to make this Vue 3 + Vite compatible?

I'm looking for this too... is there anything I can do to help?
+1
I just ended up writing my own little wrapper component for it. Very easy. Just create an instance for the MarkdownIt with the plugins you want, make a prop for incoming markdown and a computed property for the HTML rendered version, and render the HTML in the template using v-html.