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
flowchart TB
start([Start])
==> green([Change some code])
==> finish([Finish])
green -.->|Incomplete ?| green
classDef green_phase font-weight:bold,color:black,fill:#1cba1c;
class green green_phase
Setup
Mermaid version: 11.1.1 and above
Browser and Version: Zen 1.0.1-a.18 (Firefox 132.0.1) (64 bits)
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
I experienced the same problem. Just dropping this here to raise attention. The issue is particularly annoying as it suddenly appeared in README.md files of GitHub projects that had flawless rendering earlier.
Is there a way to select a specific version in markdown-embedded mermaid graphs?
I encounter the same issue and I believe it was due the render of mermaid, the defaultRenderer of mermaid is dagre, There is a workaround that can fix it by explicitly specifying the renderer of the flowchart as follows, the output of your code will be rendered with a elk:
---
config:
flowchart:
defaultRenderer: elk
---
Unfortunally, it seems like that github doesn't support elk yet, but it works in mermaid live and my local VSCode.
Description
Until
11.0.2
, self linking node was prettyBroken in
11.1.0
Ugly since
11.1.1
#5828Still ugly in the
develop
branchSteps to reproduce
Screenshots
No response
Code Sample
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: