I need to use https://github.com/knsv/mermaid and markdown-it together eg: `````` ```mermaid code ``` `````` into: ``` html '<div class="mermaid">'+code+'</div>' ``` and it should not have `<pre><code>` wrapped around. The current solution won't work https://github.com/markdown-it/markdown-it#syntax-highlighting
I need to use https://github.com/knsv/mermaid and markdown-it together
eg:
into:
and it should not have
<pre><code>wrapped around.The current solution won't work https://github.com/markdown-it/markdown-it#syntax-highlighting