<
从版本< 2.1 >
xu yang编辑
在2021/11/30 11:24上
到版本
xu yang编辑
在2021/11/30 11:47上
>
修改评论 该版本没有评论

Summary

Details

Page properties
Content
... ... @@ -119,8 +119,52 @@
119 119  
120 120  测试宏
121 121  
122 +example:
123 +
122 122  {{example}}
123 123  class Test{
126 + private String name;
127 + private int age;
124 124  }
125 125  {{/example}}
126 126  
131 +
132 +code:
133 +
134 +{{code language="java"}}
135 +class Test{
136 + private String name;
137 + private int age;
138 +}
139 +{{/code}}
140 +
141 +
142 +include:
143 +
144 +{{include reference="Diagram.WebHome"/}}
145 +
146 +
147 +cache:
148 +
149 +{{cache}}
150 +test cache.
151 +{{/cache}}
152 +
153 +
154 +draw:
155 +
156 +{{sequence}}
157 +title Test
158 +
159 +Alice->Bob: Authentication Request
160 +note right of Bob: Bob thinks about it
161 +Bob->Yang: Authentication Response
162 +
163 +{{/sequence}}
164 +
165 +
166 +页脚引用:
167 +
168 +{{footnote}}
169 +footnote ???
170 +{{/footnote}}