]> Dogcows Code - chaz/vim-mermaid/blob - test.mmd
Initial commit
[chaz/vim-mermaid] / test.mmd
1 %% This diagram file doesn't compile but can be used to manually test
2 %% highlighting.
3 sequenceDiagram
4 participant this wasdf sadf as as Alice in chains
5 participant John,asdf
6 Alice->> + John: Hello John, how are you? %% asdfaf
7 Alice ->> +John: John, can you hear me?
8 Alice ->> John : John, can you hear me?
9 activate John!!!
10 Jo;n-->> - This is a test : Hi Alice, I can hear you!
11 John-->> + Z : Hi Alice, I can hear you!
12 %% whatever
13 activate Foo
14 loop This is just a test
15 John-->>-Alice: I feel great!
16 end
17 Loop F
18 John-->>-Alice: I feel great!
19 END
20 alt whatever
21 else
22 end
23 opt asfef
24 foo -> bar : nice
25 end
26 rect brown
27 TODO asdf as
28 Note left of Alice: whatever
29 Note right of asdf : asdfwe
30 Note over foo,Bar : asdfwe
31 Alice -X +Bob : Hello world!!!!!!!!!1
32 %% TODO This is a comment FIXME
This page took 0.030792 seconds and 4 git commands to generate.