Update mermaid.html

This commit is contained in:
Ratan Kulshreshtha 2021-10-05 17:50:21 +05:30 committed by GitHub
parent ad70538379
commit 01677ab45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -1,14 +1 @@
<div class="mermaid is-flex is-justify-content-center is-align-items-center">{{body}}</div>
<div class="mermaid">
sequenceDiagram
autonumber
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
</div>