-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
For some reason, when creating an activity diagram, multi line comments are supported, but if they contain the while keyword at the beginning of the line, then an indentation happens.
Actual
@startuml
note right
Extractor knowledge of
the native format
is not assumed
while Enriching
end note
|#AntiqueWhite|Swimlane2|
@enduml
Expected
@startuml
note right
Extractor knowledge of
the native format
is not assumed
while Enriching
end note
|#AntiqueWhite|Swimlane2|
@enduml
Workaround
use a different word instead of while. or reformat paragraph so that while si not the first word of the line, for example:
@startuml
note right
Extractor knowledge of
the native format
is not assumed while
Enriching
end note
|#AntiqueWhite|Swimlane2|
@enduml
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels