@startuml
does not make sense anymore. So now we allow diagrams start with @startXYZ
and finish with @endXYZ
, where XYZ
can change with the type of diagram and can be any characters (including spaces).
This means that plugin developers are encouraged to change their code to recognizeDOT diagrams are usually formatted as@start
instead of@startuml
.
@startdot...@enddot
.
@startdot/@enddot
or @startuml/@enduml
to delineate the diagram,
and then the very first line has to be: digraph XYZ {
.
Here are some examples:
🎉 Copied!
|
|
🎉 Copied!
|
|