Mermaid Test

- April 22, 2022

Test 1

stateDiagram-v2 State1: The state with a note note right of State1 Important information! You can write notes. end note State1 --> State2 note left of State2 : This is the note to the left.

Test 2

graph TD; A-->B; A-->C; B-->D; C-->D;

Test 3 - sequence diagram

Test 4 - lol2 shortcode

sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts <br/>prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!

int bais = 0;

LOL2

graph TD; A-->B; A-->C; B-->D; C-->D;

MERMAID

graph TD; A-->B; A-->C; B-->D; C-->D;

See Also

Comments

Any comments? Create a new discussion on GitHub.
There used to be an inline comment form here, but it was removed.