mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
commit
fec3101f37
10
README.md
10
README.md
@ -33,14 +33,14 @@ graph TD;
|
|||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
participant Alice
|
participant Alice
|
||||||
participant Bob
|
participant Bob
|
||||||
Alice->John: Hello John, how are you?
|
Alice->>John: Hello John, how are you?
|
||||||
loop Healthcheck
|
loop Healthcheck
|
||||||
John->John: Fight against hypochondria
|
John->>John: Fight against hypochondria
|
||||||
end
|
end
|
||||||
Note right of John: Rational thoughts <br/>prevail...
|
Note right of John: Rational thoughts <br/>prevail...
|
||||||
John-->Alice: Great!
|
John-->>Alice: Great!
|
||||||
John->Bob: How about you?
|
John->>Bob: How about you?
|
||||||
Bob-->John: Jolly good!
|
Bob-->>John: Jolly good!
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user