Hello Team,
I am using Confluence plant UML plugin version 6.6.
But when Iplace the following macro in the page I face syntax error because of line break charecter \n.
@startuml
actor Bob #red
' The only difference between actor
'and participant is the drawing
participant Alice
participant "I have a really\nlong name" as L #99FF99 #error happens here
/' You can also declare:
participant L as "I have a really\nlong name" #99FF99
'/
Alice->Bob: Authentication Request
Bob->Alice: Authentication Response
Once I save this page after providing this macro, the page displays a syntax error. However if I remove \n diagram appears but without a line break.
Please provide a resoltuion for this issue.
Bob->L: Log transaction
@enduml
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.