Hello,
When I increment the autonumber functionnailty with "inc", it is working if I cerate a message after, but not if I use the %autonumber% variable in a note. Is it normal ? Mayve I am doing somehting wrong.
Example:
@startuml
autonumber
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
autonumber inc
note over Bob: %autonumber% instead of 3
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
note over Bob: %autonumber%
@enduml
https://www.plantuml.com/plantuml/uml/VP112i9034NtEKKsNSxAdOYq7i4RJAUH3hI9DeddDnJ18jLb-Ez_7cdLyc8-Jv3TX7tkQO5kgeKmdV4Y_H4xjv7OQibMXV5A3oSrY0nJC2kyG-bTM0askrYv08iHoZEkTRpvn4taQfG7b1iUuDiYYcEqygxD6pwbz9lUMlsn06Y9X_Z82m00
Thank you in advance for the help.