Remove duplication in "A hexagon node"

This commit is contained in:
Andrew Clarkson
2023-03-10 13:25:14 -05:00
committed by GitHub
parent 155e729722
commit 708633f639

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