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
/
themeable
/
README.md
15 lines
(11 loc)
•
252 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Example # Themeable ```plantuml
@startuml
autonumber Alice ->
Bob
: Authentication Request Bob -->
Alice
: Authentication Response Alice ->
Bob
: Another authentication Request Alice <--
Bob
: another authentication Response
@enduml
```