How to prevent change # to a number?

0 votes
asked Oct 21, 2015 in To be sorted by anonymous
edited Oct 21, 2015
I'm using sequence and when the message begins with # it is changed to a number. I need to use messages beginning with #

How can we avoid it?

Thanks.

 

Example:

@startuml

Bob -> Alice: #Hello Alice#

Bob <-- Alice: #Hello Bob#

@enduml

1 Answer

0 votes
answered Oct 21, 2015 by anonymous
I have founded.

We need to use tilde ~
...