#2272 Switching the renderer in the docs

This commit is contained in:
Knut Sveidqvist
2021-08-26 18:55:47 +02:00
parent bc31125bc6
commit 206a35ebd9
2 changed files with 100 additions and 103 deletions

View File

@@ -27,7 +27,7 @@
<div>info below</div>
<div class="flex">
<div class="mermaid" style="width: 100%; height: 20%;">
<div class="mermaid2" style="width: 100%; height: 20%;">
classDiagram
direction TB
class Student {
@@ -52,14 +52,11 @@ stateDiagram
}
</div>
<div class="mermaid3" style="width: 100%; height: 20%;">
flowchart
subgraph CompositeState
subgraph AnotherCompositeStateCompositeStateCompositeStateCompositeState
YourState --a label--> MyState
end
<div class="mermaid" style="width: 100%; height: 20%;">
flowchart LR
one --> two
three -.-> four[whoa, big arrowhead nine o'clock]
end
</div>
<div class="mermaid2" style="width: 100%; height: 20%;">
%%{init: { "apa":"b", "theme":"forest"}}%%