Try without @startuml tag?

This commit is contained in:
Neil Martinsen-Burrell 2023-05-12 14:54:00 -05:00
parent ec9cf66881
commit de9a82725a
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -20,7 +20,6 @@ relationships are in [models_diagram.md](./models_diagram.md), created with
the `django-model2puml` plugin.
```mermaid
@startuml
allowmixing
left to right direction
@ -131,5 +130,4 @@ user2 -[#green]-> DomainInformation : **/domain/<id>/?????**
actor user3 #Green
user3 -right[#green]-> UserDomainRole : **/domain/<id>/users/add**
user3 -right[#green]-> DomainInvitation : **/domain/<id>/users/add**
@enduml
```