Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 568 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 568 Bytes

UML Diagramming for Ikiwiki

Install

Just run make, this will do a use-local install of the plugin.

Usage

Do something like:

 [[!uml src="
  lice -> Bob: Authentication Request
  Bob --> Alice: Authentication Response

  Alice -> Bob: Another authentication Request
  Alice <-- Bob: another authentication Response
" ]]

For the rest of PlantUML's syntax, read the PlantUML Language Reference Guide