xyhp915 / logseq-fenced-code-plus

A Logseq plugin for missing types of fenced code 🚀
MIT License
108 stars 17 forks source link

Error using subgraphs #14

Closed sdmoralesma closed 1 year ago

sdmoralesma commented 2 years ago

Fails to render mermaid graphs as the one below:

graph LR;
    a
    b

    a-->b

    subgraph Box
        direction RL
        s1
    end
    Box-->b %% this line breaks the render

An outdated mermaid.js possibly cause it.