Plantuml
This commit is contained in:
parent
fcc986e791
commit
971df3b6ab
@ -9,6 +9,16 @@ export_on_save:
|
||||
|
||||
[TOC]
|
||||
|
||||
# Plantuml
|
||||
|
||||
```plantuml
|
||||
Alice -> Bob: Authentication Request
|
||||
Bob --> Alice: Authentication Response
|
||||
|
||||
Alice -> Bob: Another authentication Request
|
||||
Alice <-- Bob: Another authentication Response
|
||||
```
|
||||
|
||||
# 时序图
|
||||
|
||||
```plantuml
|
||||
@ -168,4 +178,4 @@ mindmapDiagram {
|
||||
--- test
|
||||
-- test2
|
||||
@endmindmap
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user