We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
note right of B | A | B | | --------- | --- | | P(C\|D) | E | end note
The image above shows the \| does not represent an escaped | character. You also can't escape with |
\|
|
|
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. With last beta http://beta.plantuml.com/plantuml.jar you can now have:
@startuml class B note right of B | A | B | | P(C\|D) | E | end note @enduml
Is this what you are expecting ?
Sorry, something went wrong.
Yes! Thank you!
No branches or pull requests
The image above shows the
\|
does not represent an escaped|
character. You also can't escape with|
The text was updated successfully, but these errors were encountered: