From 1fc10a7857de8f4728f014c1eed1087c3535a4af Mon Sep 17 00:00:00 2001 From: Guy Adler <44903310+Guy-Adler@users.noreply.github.com> Date: Wed, 16 Feb 2022 23:16:58 +0100 Subject: [PATCH] Update documentation Added the double circle to the list of node shapes. --- docs/flowchart.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/flowchart.md b/docs/flowchart.md index 2868008d3..39e54dd19 100644 --- a/docs/flowchart.md +++ b/docs/flowchart.md @@ -141,6 +141,13 @@ flowchart TD B[\Go shopping/] ``` +### Double circle + +```mermaid-example +flowchart TD + id1()(This is the text in the circle)() +``` + ## Links between nodes Nodes can be connected with links/edges. It is possible to have different types of links or attach a text string to a link.