Release 8.7.0

This commit is contained in:
Knut Sveidqvist
2020-08-09 14:02:57 +02:00
parent 2743681392
commit 677c6d9f89
4 changed files with 6 additions and 17 deletions

View File

@@ -76,20 +76,9 @@ stateDiagram-v2
</div>
<div class="mermaid" style="width: 50%; height: 20%;">
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#ff0000'}}}%%
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
B --> G[/Another/]
C ==>|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
subgraph section
C
D
E
F
G
end
classDiagram
Animal <|-- Duck
</div>
<div class="mermaid2" style="width: 50%; height: 20%;">
graph TD