Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Feb 19, 2023
1 parent 6fb17bb commit 92cd5ed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,20 @@ flowchart LR

### 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
flowchart LR
id1{{This is the text in the box}}
Expand Down

0 comments on commit 92cd5ed

Please sign in to comment.