mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
Fix markdown image syntax
This commit is contained in:
parent
738e0dabd6
commit
e25353a561
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ A more complete diagram of the data models, their fields, and their
|
||||||
relationships are in [models_diagram.md](./models_diagram.md), created with
|
relationships are in [models_diagram.md](./models_diagram.md), created with
|
||||||
the `django-model2puml` plugin.
|
the `django-model2puml` plugin.
|
||||||
|
|
||||||
![./model_timeline.svg]
|

|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>PlantUML source code</summary>
|
<summary>PlantUML source code</summary>
|
||||||
|
|
|
@ -8,7 +8,7 @@ using the command
|
||||||
$ docker compose app ./manage.py generate_puml --include registrar
|
$ docker compose app ./manage.py generate_puml --include registrar
|
||||||
```
|
```
|
||||||
|
|
||||||
![./models_diagram.svg]
|

|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>PlantUML source code</summary>
|
<summary>PlantUML source code</summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue