Added missing code snippets for trapezoid nodes in flow chart

This commit is contained in:
Paweł Gajda 2019-10-15 15:45:04 +02:00
parent 1ae1313edd
commit 4a552069cf
1 changed files with 8 additions and 0 deletions

View File

@ -125,12 +125,20 @@ graph LR
### Trapezoid
```
graph TD
A[/Christmas\]
```
```mermaid
graph TD
A[/Christmas\]
```
### Trapezoid alt
```
graph TD
B[\Go shopping/]
```
```mermaid
graph TD
B[\Go shopping/]