#1295 Moving graph operations into mermaid-graplib and adding tests

This commit is contained in:
Knut Sveidqvist
2020-04-10 07:27:04 +02:00
parent 857c860952
commit 8455db6fae
6 changed files with 527 additions and 12 deletions

View File

@@ -31,7 +31,7 @@
G-->H
G-->c
</div>
<div class="mermaid" style="width: 50%; height: 20%;">
<div class="mermaid2" style="width: 50%; height: 20%;">
stateDiagram-v2
[*] --> monkey
state monkey {
@@ -70,7 +70,7 @@
Moving --> Crash
Crash --> [*]
</div>
<div class="mermaid2" style="width: 100%; height: 100%;">
<div class="mermaid" style="width: 100%; height: 100%;">
stateDiagram-v2
[*] --> First
First --> Second