I am having a problem getting a more complicated flowchart using Mermaid.js library.
I would like to have something like this:
A --> B --> C
^ |
| |
| ˇ
| D --> E --> F
| |
| |
| ˇ
| G --> H --> I
| |
└-----┘
Any idea how can I achieve that?