From 4dbfa2f0d3952aae5b05626bde5ad514a89d2805 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 27 Nov 2023 16:11:25 +0530 Subject: [PATCH] review fixes --- demos/flowchart.html | 6 +----- packages/mermaid/src/diagram.spec.ts | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/demos/flowchart.html b/demos/flowchart.html index e6fdb6d2b..d7032a663 100644 --- a/demos/flowchart.html +++ b/demos/flowchart.html @@ -1539,11 +1539,7 @@ class I bugged_node
-
-      flowchart LR
-  %% this is a comment A -- text --> B{node}
-  A -- text --> B -- text2 --> C
-    
+

Anchor for "link-clicked" test