Hi,
I am running the following query on our installation of PlantUML
@startuml
participant Alice
participant Bob
autonumber
Alice -> Bob: OK?
Bob -> Alice: Yep
autonumber stop
opt Optional
Alice -> Alice: Rawr
end opt
autonumber resume
Alice -> Bob: OK?
Bob -> Alice: Yep
@enduml
The graphic for the above file is not getting generated correctly. It does say 'skipping 3 lines' at one point and at another point is says 'Syntax error? autonumber -> stop'
Can someone help with this. Would have helped if I could upload the graphic that is generated but can't seem to do it here.