demo02
This commit is contained in:
parent
5c6554c0ab
commit
28c7751b9e
22
samples/demo02.md
Normal file
22
samples/demo02.md
Normal file
@ -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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user