Draft parser for gantt diagrams.

This commit is contained in:
knsv
2015-02-08 20:07:15 +01:00
parent 7896a7152e
commit c211434c38
16 changed files with 1593 additions and 41 deletions

View File

@@ -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