rich-iannone / DiagrammeR

Graph and network visualization using tabular data in R

Home Page:https://rich-iannone.github.io/DiagrammeR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use a pretty name for a mermaid subgraph

travis-leith opened this issue · comments

The following mmd works fine on this online editor

sample = "graph TD
subgraph a1[my subgraph]
a --> b
end
a --> c"

sample |> mermaid()

but running it in R does not work. The output is just the input text rendered plainly.


I am using R 4.2.0, DiagrammeR 1.0.9

Closing this in favor of #475.