Skip to content

Commit

Permalink
typo in hexagon shape
Browse files Browse the repository at this point in the history
  • Loading branch information
emicklei committed Nov 14, 2024
1 parent 9b33bd7 commit 04052ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mermaid.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
MermaidShapeRhombus = shape{"{", "}"}
MermaidShapeTrapezoid = shape{"[/", "\\]"}
MermaidShapeTrapezoidAlt = shape{"[\\", "/]"}
MermaidShapeHexagon = shape{"[{{", "}}]"}
MermaidShapeHexagon = shape{"{{", "}}"}
MermaidShapeParallelogram = shape{"[/", "/]"}
MermaidShapeParallelogramAlt = shape{"[\\", "\\]"}
// TODO more shapes see https://mermaid.js.org/syntax/flowchart.html#node-shapes
Expand Down

0 comments on commit 04052ec

Please sign in to comment.