This commit is contained in:
chenp 2021-06-30 09:32:13 +08:00
parent fcc986e791
commit 971df3b6ab

View File

@ -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
```
```