We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graph TB
M["Main Branch"] -- "Start Project" --> C1["First Commit"] M -- "Realize Mistake" --> C2["Wrong Commit"] C2 -- "Roll Back" --> C1 M -- "Create Dev Branch" --> D["Develop Branch"] D -- "Work on Project" --> C3["New Commits"] D -- "Merge to Main" --> M linkStyle 0 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5; linkStyle 1 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5; linkStyle 2 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5; linkStyle 3 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5; linkStyle 4 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5; linkStyle 5 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5; linkStyle 0 stroke:#2ecd71,stroke-width:2px; linkStyle 1 stroke:#2ecd71,stroke-width:2px; linkStyle 2 stroke:#2ecd71,stroke-width:2px; linkStyle 3 stroke:#2ecd71,stroke-width:2px; linkStyle 4 stroke:#2ecd71,stroke-width:2px; linkStyle 5 stroke:#2ecd71,stroke-width:2px;
I have been trying tell him not to double linkStyle many time but he always add: linkStyle 0 stroke:#2ecd71,stroke-width:2px;
The text was updated successfully, but these errors were encountered:
We currently manually append the line styling for each edge. This is expected.
We should test if the diagram already has some custom styling we should not append default style.
Sorry, something went wrong.
No branches or pull requests
graph TB
I have been trying tell him not to double linkStyle many time but he always add: linkStyle 0 stroke:#2ecd71,stroke-width:2px;
The text was updated successfully, but these errors were encountered: