cloudacy / vue-markdown-render

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

Added html parameter for html rendering in md file #3

Closed lukaszmoskwa closed 3 years ago

lukaszmoskwa commented 3 years ago

Recently I found myself using this library and I think the HTML parsing function should be added. A better solution would be the possibility to add all the parameters supported by markdown-it as vue-prop

p-kuen commented 3 years ago

Thanks for the PR. As you suggested, you can now pass all markdown-it options over props to the component. This should solve your problem.