docs: fix hexagon node flowchart code example

Use `mermaid-example` instead of `mmd` so that Mermaid formats
the code properly.
This commit is contained in:
PIRADATA 2023-03-24 17:45:27 -03:00 committed by Alois Klink
parent e4d2118d4b
commit 022e6670d0
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}}
```