There is problem with autonumber. Adding dot (.) seems to causes issues. Two dot throws an error.
@startuml
autonumber "1.."
Bob -> Alice : hello
@enduml
I would like to use autonumber but because of multiple sequences I need to have numbering with dot. Like
1.1
1.2
1.3
2.1
2.2
Is there any workaround?
Thanks,
Hannu