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

Anchor for "link-clicked" test