query regarding spacing and background of text #4882
Unanswered
Sriram-Kumar1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
have been playing around with mermaid after I heard pod cast on software engineering radio. very useful project.
I have two problems to solve,
pls look at the sample code here
flowchart LR
subgraph DP["<font size=4 , color=#286> Development Phase"]
A("Developer") --Local Branch--> B("Dev Branch")
B--Code Reveiw -->C(Release Branch)
C--Release Notes to QA-->D("Release Tag")
class A,B,C,D dblue
end
thanks a ton
Beta Was this translation helpful? Give feedback.
All reactions