diff --git a/demos/flowchart.html b/demos/flowchart.html index d7032a663c..e6fdb6d2b7 100644 --- a/demos/flowchart.html +++ b/demos/flowchart.html @@ -1539,7 +1539,11 @@
+ flowchart LR + %% this is a comment A -- text --> B{node} + A -- text --> B -- text2 --> C +