plantuml / plantuml

Generate diagrams from textual description
https://plantuml.com
Other
9.73k stars 881 forks source link

How to get visible double quotes in state diagram? #373

Closed peiyuanzheng closed 3 weeks ago

peiyuanzheng commented 3 years ago

I am using plantuml to draw state diagram. How could I get visible double quotes in state node?

For example, by writing: state "@Named("someResult") Result" as NodeA I expect I can see @Named("someResult") Result inside NodeA, but I get "syntax error" hit.

swmatisa commented 3 years ago

As workaround you can use Unicode: state "@Named(<U+0022>someResult<U+0022>) Result" as NodeA

Le jeu. 17 sept. 2020 à 12:33, peiyuanzheng notifications@github.com a écrit :

I am using plantuml to draw state diagram. How could I get visible double quotes in state node?

For example, by writing: state "@Named("someResult") Result" as NodeA I expect I can see @Named("someResult") Result inside NodeA, but I get "syntax error" hit.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/plantuml/plantuml/issues/373, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALGQADC7MVMZWKIYKPYKGFTSGHQWPANCNFSM4RQHBYHQ .

The-Lum commented 3 weeks ago

Hi all,

[This is an Issue Review] 👀 This is now answered.

Regards.