From 1920e9f758a4e317d684258ef40b5ef249a00341 Mon Sep 17 00:00:00 2001 From: Brian Mearns Date: Wed, 2 Oct 2019 22:38:41 -0400 Subject: [PATCH] #530 Add hexagon to flow docs --- docs/flowchart.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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" - +