'How to make the flow lines in mermaid flowchart to exact 90 degrees?
I'm using Mermaid to create a simple flow diagram as shown below. I'd like to make the connecting lines to exact 90 degree but couldn't able to find documentation anywhere .
Is it possible to make it exact 90 degrees ?
flowchart TD
B["fa:fa-twitter for peace"]
B-->C[fa:fa-ban forbidden]
B-->D(fa:fa-spinner);
B-->E(A fa:fa-camera-retro perhaps?);
Actual Flow :
Expected Flow :
Solution 1:[1]
There's been an open issue on the Github repo about this for a couple of months, now. It doesn't look like it's possible at the moment.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | samuei |


