Hash "#" symbol as prefix is not working for sequenceDiagram #5419
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
When we are using "#" has symbol as prefix in sequence diagram, text becomes empty.
Steps to reproduce
Try to use this code:
sequenceDiagram
actor Alice as #1
actor Bob as Bob
actor actor_sgautk7mz as New Actor
Note over Bob: #55
Bob -->> Bob: new msg
Alice ->> Bob: #66
Bob ->> Alice: Hi Alice
Screenshots
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: