cloudacy / vue-markdown-render

A simple markdown parser for Vue using markdown-it.
MIT License
79 stars 10 forks source link

How to install plugins? #15

Closed ron0studios closed 11 months ago

ron0studios commented 1 year ago

I would like to have the katex plugin for markdown-it in the component. How do I go about doing this?

AlextheYounga commented 11 months ago

I just added a pull request to add simple plugin support. If you want to use this now you can use my fork.

PR: https://github.com/cloudacy/vue-markdown-render/pull/17 Fork: https://github.com/AlextheYounga/vue-markdown-render/tree/master

p-kuen commented 11 months ago

Thanks, I just merged the PR. It will be available in the next release.