Try with rendered SVGs in Markdown and <details>

This commit is contained in:
Neil Martinsen-Burrell 2023-05-12 15:07:02 -05:00
parent de9a82725a
commit 738e0dabd6
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
4 changed files with 17 additions and 2 deletions

View file

@ -8,7 +8,11 @@ using the command
$ docker compose app ./manage.py generate_puml --include registrar
```
```mermaid
![./models_diagram.svg]
<details>
<summary>PlantUML source code</summary>
```plantuml
@startuml
class "registrar.Contact <Registrar>" as registrar.Contact #d6f4e9 {
contact
@ -260,3 +264,4 @@ class "registrar.Website <Registrar>" as registrar.Website #d6f4e9 {
@enduml
```
</details>