JanGuillermo/vue3-markdown-it

Documentation on how to disable certain tags

ajmas opened this issue · 0 comments

ajmas commented

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

markdown-it/markdown-it#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.