UNPKG

docsify-puml

Version:

Docsify plugin to parse PlantUML content

19 lines (14 loc) 289 B
# 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]] ```