diff --git a/docs/flowchart.md b/docs/flowchart.md index 65e3b43af..c0fe7ad6e 100644 --- a/docs/flowchart.md +++ b/docs/flowchart.md @@ -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 ```