From 971df3b6ab8c2cbd0af830c738ff60c41c054ec4 Mon Sep 17 00:00:00 2001 From: chenp Date: Wed, 30 Jun 2021 09:32:13 +0800 Subject: [PATCH] Plantuml --- samples/demo01.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/samples/demo01.md b/samples/demo01.md index 847c94a..4603c5c 100644 --- a/samples/demo01.md +++ b/samples/demo01.md @@ -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 -``` \ No newline at end of file +```