JanGuillermo / vue3-markdown-it

✨ An awesome Vue 3 markdown-it wrapper plugin that can even support external plugins!
MIT License
239 stars 29 forks source link

Documentation on how to disable certain tags #447

Open ajmas opened 2 years ago

ajmas commented 2 years ago

Based on this issue, it is possible to enable and disable certain tags:

https://github.com/markdown-it/markdown-it/issues/582

How would I achieve the equivalent with vue3-markdown-it? I am essentially wanting to disable processing of the header tags.

I didn't see anything in the docs for this.