From 28c7751b9e5cce78530ea765220be13b887b7e2e Mon Sep 17 00:00:00 2001 From: chenp Date: Sat, 26 Jun 2021 09:59:43 +0800 Subject: [PATCH] demo02 --- samples/demo02.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 samples/demo02.md diff --git a/samples/demo02.md b/samples/demo02.md new file mode 100644 index 0000000..7d79c83 --- /dev/null +++ b/samples/demo02.md @@ -0,0 +1,22 @@ +--- +puppeteer: + landscape: false + format: "A4" + timeout: 3000 +export_on_save: + puppeteer: true +--- + +# 时序图 + +```plantuml +@startuml +title 时序图 + +Tomcat -> GitLab: Hello, my name is Tomcat +GitLab -> Tomcat: Hello, my name is GitLab + +Tomcat -> GitLab: Nice to meet you. +Tomcat <-- GitLab: Nice to meet you too. +@enduml + ``` \ No newline at end of file