Merge pull request #4211 from andrew-clarkson/patch-2

Remove duplication in "A hexagon node"
This commit is contained in:
Sidharth Vinod
2023-03-11 01:18:04 +05:30
committed by GitHub

View File

@@ -129,13 +129,6 @@ flowchart LR
id1{{This is the text in the box}}
```
Render:
```mermaid
flowchart LR
id1{{This is the text in the box}}
```
### Parallelogram
```mermaid-example