Skip to content
New issue

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

Table | character can't be escaped with \ or anything else #125

Closed
dylan-chong opened this issue May 20, 2018 · 2 comments
Closed

Table | character can't be escaped with \ or anything else #125

dylan-chong opened this issue May 20, 2018 · 2 comments

Comments

@dylan-chong
Copy link

dylan-chong commented May 20, 2018

note right of B
  | A         | B   |
  | --------- | --- |
  | P(C\|D)   | E   |
end note

screen shot 2018-05-20 at 7 02 42 pm

The image above shows the \| does not represent an escaped | character. You also can't escape with |

@dylan-chong dylan-chong changed the title Table | character can't be escaped with \ Table | character can't be escaped with \ or anything else May 20, 2018
@arnaudroques
Copy link
Contributor

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 ?

@dylan-chong
Copy link
Author

Yes! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants