1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
| @startuml sequence-13 Alice -> Bob : hello --there-- ... 省略 ~~内容~~ 用来表示延迟 ... Bob -> Alice : ok note left This is **bold** This is //italics// This is ""monospaced"" This is --stroked-- This is __underlined__ This is ~~waved~~ end note == 各种牛逼的样式 == note right of Bob This is <back:cadetblue><size:18>displayed</size></back> __left of__ Alice. end note
note right of Bob <u:red>This</u> is <color #118888>displayed</color> **<color purple>left of</color> <s:red>Alice</strike> Bob**. end note
note right of Bob <w:#FF33FF>This is hosted</w> by <img img/logo_v2.png> end note
note right of Bob Example of simple table |= |= table |= header | | a | tabletabletabletable | row | | b | table | row | end note
note right of Bob :Here is the result |= |= table |= header | | a | table | row | |<#FF8080> red |<#80FF80> green |<#8080FF> blue | <#yellow>| b | table | row |; end note
note right of Bob Example of Tree |_ First line |_ **Bom(Model)** |_ prop1 |_ prop2 |_ prop3 end note
note right of Bob * Bullet list * Second item ** Sub item end note
note right of Bob <&phone> <&wifi> <&map> 等... end note
== 引用类型(类似于注释) ==
|||
ref over Alice, Bob : ref不支持 left/right
||100||
ref over Bob ref仅支持 **over** <&phone> <&wifi> <&map> 等... end ref @enduml
|