Skip to content

C4 PlantUML elements with parameters passed with $ are not recognized #100

@philippsimon

Description

@philippsimon

Describe the bug

When I add elements and pass the arguments like it's shown on the C4 PlantUML page with a $-character ($descr="description") these elements are not recognized.

In general nearly all examples on the C4 PlantUML page can't be displayed because of that issue.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

PlantUML

@startuml
Person(person_descr, "person", $descr="description")
Person(person_descr, "person", $descr="") ' an empty parameter also doesn't work
Person(person_tags_one, "person", $tags="one+two")
@enduml

Here more and it shows that it's a valid syntax

Expected behavior
The elements should be returned.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions