mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-26 03:36:41 +02:00
Merge pull request #1070 from GDFaber/develop
Bug/1062 Parallelogram shaped nodes are not in documentation
This commit is contained in:
@@ -123,6 +123,28 @@ graph LR
|
|||||||
id1{{This is the text in the box}}
|
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
|
### Trapezoid
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user