Update documentation

Added the double circle to the list of node shapes.
This commit is contained in:
Guy Adler 2022-02-16 23:16:58 +01:00 committed by GitHub
parent e1f0e69263
commit 1fc10a7857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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.