We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b33bd7 commit 04052ecCopy full SHA for 04052ec
mermaid.go
@@ -25,7 +25,7 @@ var (
25
MermaidShapeRhombus = shape{"{", "}"}
26
MermaidShapeTrapezoid = shape{"[/", "\\]"}
27
MermaidShapeTrapezoidAlt = shape{"[\\", "/]"}
28
- MermaidShapeHexagon = shape{"[{{", "}}]"}
+ MermaidShapeHexagon = shape{"{{", "}}"}
29
MermaidShapeParallelogram = shape{"[/", "/]"}
30
MermaidShapeParallelogramAlt = shape{"[\\", "\\]"}
31
// TODO more shapes see https://mermaid.js.org/syntax/flowchart.html#node-shapes
0 commit comments