md -> mmd

usage:

```sh
nix-shell -p mermaid-cli --command 'mmdc -i data-model.mmd -o
data-model.svg -b transparent'
```
This commit is contained in:
Kiara Grouwstra 2025-05-31 20:31:21 +02:00
parent 8182b5bf05
commit e462211c49
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 2 additions and 6 deletions

View file

@ -1,8 +1,3 @@
<!-- usage: `nix-shell -p pandoc -p mermaid-filter --command 'pandoc data-model.md -o data-model.html -F mermaid-filter'` -->
# fediversity entity relations
```mermaid
---
title: Fediversity entity relations
---
@ -27,4 +22,4 @@ erDiagram
application ||--o{ version : follows
application ||--o{ script : runs
deployed }|--o{ version : follows
```
script }o--|| token : uses

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB