mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-02 13:49:37 +02:00
* Removed logging
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mermaid2">
|
||||
<div class="mermaid">
|
||||
graph LR;
|
||||
A[Start]-->B{a = '1,2'}
|
||||
B-->|True|C[test = 1]
|
||||
@@ -190,6 +190,7 @@ graph LR;
|
||||
L-->M[Any Action];
|
||||
M-->N[Any Other Action];
|
||||
N-->Z;
|
||||
linkStyle 11 stroke-width:2px,fill:none,stroke:red;
|
||||
|
||||
</div>
|
||||
<h1>Dot syntax (experimental)</h1>
|
||||
|
Reference in New Issue
Block a user