mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 01:39:53 +02:00
Deleted dead code and unused code
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
stroke: grey;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="seq.css"/>
|
||||
<lnk rel="stylesheet" href="seq.css"/>
|
||||
<lnk rel="stylesheet" href="https://raw.githubusercontent.com/knsv/mermaid/master/dist/mermaid.forest.css"/>
|
||||
<link rel="stylesheet" href="../dist/mermaid.css"/>
|
||||
</head>
|
||||
@@ -39,6 +39,8 @@
|
||||
A --> C(Round Rect)
|
||||
B --> D{Rhombus}
|
||||
C --> D
|
||||
A("test(vcc) a a ") --> B;
|
||||
|
||||
|
||||
</div>
|
||||
<h1>Issue 140</h1>
|
||||
|
Reference in New Issue
Block a user