diff --git a/docs/flowchart.md b/docs/flowchart.md index ea778697c..5ea9e2c8e 100644 --- a/docs/flowchart.md +++ b/docs/flowchart.md @@ -112,6 +112,17 @@ graph LR id1{This is the text in the box} ``` +### A hexagon node + +``` +graph LR + id1{{This is the text in the box}} +``` +```mermaid +graph LR + id1{{This is the text in the box}} +``` + ### Trapezoid ```mermaid @@ -350,7 +361,7 @@ Beginners tip, a full example using interactive links in a html context: click A callback "Tooltip" click B "http://www.github.com" "This is a link" - +