mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-02 03:44:16 +01:00
Draft parser for gantt diagrams.
This commit is contained in:
@@ -27,6 +27,14 @@
|
||||
<link rel="stylesheet" href="seq.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Issue 2</h1>
|
||||
<div class="mermaid">
|
||||
graph LR
|
||||
A[Square Rect] -- Link text --> B((Circle))
|
||||
A --> C(Round Rect)
|
||||
B --> D{Rhombus}
|
||||
C --> D
|
||||
</div>
|
||||
<h1>Issue </h1>
|
||||
<div class="mermaid">
|
||||
graph TD
|
||||
|
||||
Reference in New Issue
Block a user