diff --git a/dist/index.html b/dist/index.html
index d6a856f49..2da7d74d4 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -291,7 +291,7 @@ graph TB
graph TD
A[Christmas] -->|Get money| B(Go shopping)
-B --> C{Let me think}
+B --> C{{Let me think...
Do I want something for work,
something to spend every free second with,
or something to get around?}}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[Car]
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"
-
+