2022-02-11 07:57:32 +00:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
# name: Plantuml basic template
|
|
|
|
# --
|
|
|
|
@startuml
|
|
|
|
hide empty description
|
2022-08-09 20:53:56 +00:00
|
|
|
'!theme reddress-lightblue
|
|
|
|
'!theme bluegray 'organigram-lightblue
|
|
|
|
'!theme sandstone 'class-mediumblue
|
|
|
|
'!theme blueprint 'class-darkblue
|
2022-05-31 23:01:20 +00:00
|
|
|
'top to bottom direction
|
2022-02-11 07:57:32 +00:00
|
|
|
$0
|
|
|
|
@enduml
|