Skip to content

showing planetUML diagram in browser

hwchen edited this page May 20, 2022 · 1 revision

some design documents embed planetUML codelet as UML diagram scripts. By default, these scripts show only code block like

@startuml
Alice --> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice --> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
@enduml

In order to make them rendered as UML diagrams, you need to install markdown diagram extension to the browser

the demo planetUML script block would show as

image

Clone this wiki locally