From ae36586b5816af259a78a8b1c69b07daf48031e1 Mon Sep 17 00:00:00 2001 From: Oliver THEBAULT Date: Sat, 18 Feb 2023 22:29:35 +0100 Subject: [PATCH] docs(flowchart): duplicated hexagon node example --- docs/syntax/flowchart.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index fd0408c456..bee5d31208 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -183,20 +183,6 @@ flowchart LR ### A hexagon node -Code: - -```mermaid-example -flowchart LR - id1{{This is the text in the box}} -``` - -```mermaid -flowchart LR - id1{{This is the text in the box}} -``` - -Render: - ```mermaid-example flowchart LR id1{{This is the text in the box}}