Merge pull request #998

Added missing code snippets for trapezoid nodes in flow chart documentation
This commit is contained in:
Nacho 2019-10-15 09:59:24 -04:00 committed by GitHub
commit d921c36cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/]