Merge pull request #4105 from Oliboy50/patch-1

docs(flowchart): duplicated hexagon node example
This commit is contained in:
Sidharth Vinod
2023-02-19 20:32:43 +05:30
committed by GitHub

View File

@@ -183,20 +183,6 @@ flowchart LR
### A hexagon node ### 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 ```mermaid-example
flowchart LR flowchart LR
id1{{This is the text in the box}} id1{{This is the text in the box}}