#1062 added parallelogram nodes to documentation

This commit is contained in:
Marc Faber 2019-11-17 17:37:30 +01:00
parent dbf5988c28
commit 1d747f664b

View File

@ -123,6 +123,28 @@ graph LR
id1{{This is the text in the box}}
```
### Parallelogram
```
graph TD
id1[/This is the text in the box/]
```
```mermaid
graph TD
id1[/This is the text in the box/]
```
### Parallelogram alt
```
graph TD
id1[\This is the text in the box\]
```
```mermaid
graph TD
id1[\This is the text in the box\]
```
### Trapezoid
```