Merge pull request #1345 from GDFaber/feature/1343_add_flowchart_subroutine_shape

Add flowchart subroutine node shape
This commit is contained in:
Knut Sveidqvist
2020-04-11 14:12:20 +02:00
committed by GitHub
9 changed files with 82 additions and 2 deletions

View File

@@ -89,6 +89,17 @@ graph LR
id1([This is the text in the box])
```
### A node in a subroutine shape
```
graph LR
id1[[This is the text in the box]]
```
```mermaid
graph LR
id1[[This is the text in the box]]
```
### A node in a cylindrical shape
```