Update mermaid.html
parent
ad70538379
commit
01677ab45c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue