Merge pull request #2740 from Guy-Adler/feature/2391_double_circle

Double Circle Node Shape
This commit is contained in:
Ashish Jain
2022-02-24 18:45:50 +01:00
committed by GitHub
7 changed files with 91 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.