UNPKG
docsify-puml
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
Docsify plugin to parse PlantUML content
github.com/indieatom/docsify-puml
indieatom/docsify-puml
docsify-puml
/
examples
/
import-pumls
/
README.md
19 lines
(14 loc)
•
289 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Import External PUML # Example
1
```plantuml @startuml autonumber
[[!include ./pumls/sample.puml]]
Alice -> Bob: Another authentication Request Alice <
-- Bob: another authentication Response
@enduml ``` # Example
2
```plantuml
[[!include ./pumls/sample2.puml]]
```