Skip to content

PandaraWen/docsify-plantuml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docsify-plantuml

npm

Install

  1. insert script into docsify document
<script src="//unpkg.com/docsify-plantuml/dist/docsify-plantuml.min.js"></script>

Usage

Write your plantuml code into a code block marked plantuml:

### Section X
```plantuml
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml
```

Example

Related

License

the MIT License

About

PlantUML plugin for docsify

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 62.3%
  • HTML 37.7%