diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index fd0408c45..bee5d3120 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}}