Special characters break parsing · Issue #54 · mermaid-js/mermaid
Currently Mermaid does not handle special characters inside elements. Not only is it not allowed, but it also breaks the graph. Building on a simple demo graph LR; A[Object]-->B(Thing); I'd like to...