You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```mermaid
graph LR
%% LR: left2right, TD/TB: top2down, RL/BT
subgraph 2
a == d ==> c
c --> d((Decision))
end
subgraph 1
A[Hard edge] -->re(Round edge)
A -.-a
re -.->C{circle}
C --- X[X]
C -->|Two| B[B]
C -.Three .-> D[C]
end
style a fill:#f9f,stroke:#333,stroke-width:4px
style C fill:#ccf,stroke:#f66,stroke-width:2px,stroke-dasharray: 5, 5
```
Problems found:
the arrow of directed line is missing
the color of font and background need to be rendered slightly. I test another theme, "Night", and here is the comparison of results.