Update docs

This commit is contained in:
sidharthv96
2023-02-19 15:06:09 +00:00
parent 6fb17bb405
commit 92cd5ed133

View File

@@ -183,6 +183,20 @@ 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}}