Skip to content

Commit 4ae728c

Browse files
authored
Update mermaid.mmd
The alt-parallelogram didn't use the backslash for the alternate direction so it didn't render it correctly
1 parent b7818b8 commit 4ae728c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/2_shapes/syntax/mermaid.mmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flowchart TD
1515
Database --- Asymetric --- Hexagon
1616

1717
Parallelogram[/Parallelogram/]
18-
AltParallelogram[/"Parallelogram (alt)"/]
18+
AltParallelogram[\"Parallelogram (alt)"\]
1919
Parallelogram --- AltParallelogram
2020

2121
Trapezoid[/Trapezoid\] --- AltTrapezoid[\"Trapezoid (alt)"/]

0 commit comments

Comments
 (0)