#1386 Adding subroutine support for new rendering engine

This commit is contained in:
Knut Sveidqvist
2020-05-03 21:52:44 +02:00
parent 66fa8a7595
commit a20e6086cc
3 changed files with 65 additions and 16 deletions

View File

@@ -40,22 +40,8 @@
G-->c
</div>
<div class="mermaid" style="width: 50%; height: 20%;">
stateDiagram-v2
[*] --> First
state First {
[*] --> Second
state Second {
[*] --> second
second --> Third
state Third {
[*] --> third
third --> [*]
}
}
}
flowchart LR
id1[[This is the text in the box]]
</div>
<div class="mermaid2" style="width: 50%; height: 20%;">