Merge pull request #4246 from piradata/patch-1

Fix hexagon node flowchart code example in docs
This commit is contained in:
Alois Klink
2023-03-25 21:09:57 +00:00
committed by GitHub
2 changed files with 1 additions and 5 deletions

View File

@@ -183,8 +183,6 @@ flowchart LR
### A hexagon node
Code:
```mermaid-example
flowchart LR
id1{{This is the text in the box}}

View File

@@ -122,9 +122,7 @@ flowchart LR
### A hexagon node
Code:
```mmd
```mermaid-example
flowchart LR
id1{{This is the text in the box}}
```