Open jvmlet opened 3 years ago
Please support !includedef syntax, below diagram renders empty output when mouse is on both @startuml lines :
!includedef
@startuml
@startdef(id=main) actor Bob $color Bob->Alice : hello @enddef @startuml !$color = "#red" !includedef main @enduml @startuml !$color = "#Blue" !includedef main @enduml
Please support
!includedef
syntax, below diagram renders empty output when mouse is on both@startuml
lines :