docs(flowchart): duplicated hexagon node example

This commit is contained in:
Oliver THEBAULT
2023-02-18 22:29:35 +01:00
committed by GitHub
parent 0c18c0309b
commit ae36586b58

View File

@@ -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}}