I need help creating a more complex flowchart using the Mermaid.js library.
What I am looking for is something similar to the following:
A --> B --> C
^ |
| |
| ˇ
| D --> E --> F
| |
| |
| ˇ
| G --> H --> I
| |
└-----┘
Does anyone have any suggestions on how I can achieve this?