mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Added missing code snippets for trapezoid nodes in flow chart
This commit is contained in:
parent
1ae1313edd
commit
4a552069cf
@ -125,12 +125,20 @@ graph LR
|
|||||||
|
|
||||||
### Trapezoid
|
### Trapezoid
|
||||||
|
|
||||||
|
```
|
||||||
|
graph TD
|
||||||
|
A[/Christmas\]
|
||||||
|
```
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TD
|
graph TD
|
||||||
A[/Christmas\]
|
A[/Christmas\]
|
||||||
```
|
```
|
||||||
### Trapezoid alt
|
### Trapezoid alt
|
||||||
|
|
||||||
|
```
|
||||||
|
graph TD
|
||||||
|
B[\Go shopping/]
|
||||||
|
```
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TD
|
graph TD
|
||||||
B[\Go shopping/]
|
B[\Go shopping/]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user