Taking the most basic example of plantuml state diagram results in an error:
code used:
@startuml [*] --> State1 State1 --> [*] State1 : this is a string State1 : this is another string State1 -> State2 State2 --> [*] @enduml |
However, trying for example the most basic sequence diagram from plantuml documentation renders just fine: