Add support for vuejs n nuxtjs
Closed this issue · 2 comments
m4rcTr3y commented
Is there a way how to configure this markdown engine with vuejs or nuxt?
MattIPv4 commented
👋 Hey @m4rcTr3y, could you give some more context to what you're asking here?
This project is just a plugin, an extension, for the markdown-it library.
You'll want to find a Vue/Nuxt project that integrates markdown-it in Vue/Nuxt (or you can probably just call markdown-it yourself directly and inject raw HTML into Vue).
Our plugin just extends the functionality of markdown-it, it doesn't provide integration with frameworks.
MattIPv4 commented
No progress, closing.