@startuml not recognizing digraph (DOT) content after upgrade to 1.2026.0

0 votes
asked Mar 25 in Bug by anonymous
After upgrading to PLantuml version 1.2026.0, digraph(Graphviz,DOT) content is not being processed correctly when wrapped inside @startuml/@enduml block.
Issue can be also seen in plantuml/dot page,
Link : https://plantuml.com/dot

1 Answer

0 votes
answered Mar 25 by plantuml (298,440 points)
We have to update our documentation.

You need to use @startdot / @enddot now.

Hope this helps!
...