ravenq / markdown-it-vue

The vue lib for markdown-it.
MIT License
348 stars 67 forks source link

Access to markdown-it functions? #84

Open versak opened 1 year ago

versak commented 1 year ago

I'm trying to access the parse function of markdown-it proper but unable to find the proper way to do it my vue methods. Is this possible? I'm trying to convert the markdown to json like the debug example in their demo code.