Try to get a to work in <details>

This commit is contained in:
Neil Martinsen-Burrell 2023-05-12 15:11:08 -05:00
parent e25353a561
commit 0407cf63da
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
2 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,7 @@ the `django-model2puml` plugin.
<details> <details>
<summary>PlantUML source code</summary> <summary>PlantUML source code</summary>
```plantuml ```plantuml
@startuml @startuml
@ -138,4 +139,5 @@ user3 -right[#green]-> DomainInvitation : **/domain/<id>/users/add**
@enduml @enduml
``` ```
</details> </details>

View file

@ -12,6 +12,7 @@ $ docker compose app ./manage.py generate_puml --include registrar
<details> <details>
<summary>PlantUML source code</summary> <summary>PlantUML source code</summary>
```plantuml ```plantuml
@startuml @startuml
class "registrar.Contact <Registrar>" as registrar.Contact #d6f4e9 { class "registrar.Contact <Registrar>" as registrar.Contact #d6f4e9 {
@ -264,4 +265,5 @@ class "registrar.Website <Registrar>" as registrar.Website #d6f4e9 {
@enduml @enduml
``` ```
</details> </details>