tylingsoft/markdown-plus

not support code type of mermaid after ```, mermaid code is only rendered with ```

supercoderhawk opened this issue · 2 comments

When using code type of mermaid after ` ` ` , like

` ` `mermaid
graph LR
    A(A) --> B(B)
    A(A) --> C(B)
` ` `

mermaid diagram will not be rendered.

only use that:

` ` `
graph LR
    A(A) --> B(B)
    A(A) --> C(B)
` ` `

the mermaid diagram will be rendered.

Confirmed and will be fixed soon! Thank you!

fixed