From 92cd5ed133dbd8f62878a5629562a3a689e6d700 Mon Sep 17 00:00:00 2001 From: sidharthv96 Date: Sun, 19 Feb 2023 15:06:09 +0000 Subject: [PATCH] Update docs --- docs/syntax/flowchart.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index bee5d3120..fd0408c45 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -183,6 +183,20 @@ flowchart LR ### A hexagon node +Code: + +```mermaid-example +flowchart LR + id1{{This is the text in the box}} +``` + +```mermaid +flowchart LR + id1{{This is the text in the box}} +``` + +Render: + ```mermaid-example flowchart LR id1{{This is the text in the box}}