Skip to content

while inside keyword still creates indentation in activity diagram #110

@MartyLake

Description

@MartyLake

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions