-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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 workingSomething isn't working