sankey_test.md
... ...
@@ -23,3 +23,12 @@ kanban
23 23
column1[Column Title]
24 24
task1[Task Description]
25 25
```
26
+
27
+### yet another
28
+
29
+```mermaid
30
+sequenceDiagram
31
+ Alice->>John: Hello John, how are you?
32
+ John-->>Alice: Great!
33
+ Alice-)John: See you later!
34
+```