mirror of https://codeberg.org/pzp/pzp-dict.git
even prettier protospec mermaid
This commit is contained in:
parent
941afcd326
commit
52b7fa4664
12
protospec.md
12
protospec.md
|
@ -15,7 +15,7 @@ E[updates age & name]
|
||||||
C-->B-->A-->R
|
C-->B-->A-->R
|
||||||
D--->A
|
D--->A
|
||||||
E-->D & C
|
E-->D & C
|
||||||
classDef default fill:#999,stroke:#fff0,color:#000
|
classDef default fill:#bbb,stroke:#fff0,color:#000
|
||||||
```
|
```
|
||||||
|
|
||||||
Reducing the tangle above in a topological sort allows you to build a record
|
Reducing the tangle above in a topological sort allows you to build a record
|
||||||
|
@ -56,7 +56,7 @@ graph RL
|
||||||
R["(Feed root)"]:::feedroot
|
R["(Feed root)"]:::feedroot
|
||||||
A[updates age]:::blue
|
A[updates age]:::blue
|
||||||
A-->R
|
A-->R
|
||||||
classDef default fill:#999,stroke:#fff0,color:#000
|
classDef default fill:#bbb,stroke:#fff0,color:#000
|
||||||
classDef blue fill:#6af,stroke:#fff0,color:#000
|
classDef blue fill:#6af,stroke:#fff0,color:#000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ R["(Feed root)"]:::feedroot
|
||||||
A[updates age]:::blue
|
A[updates age]:::blue
|
||||||
B[updates name]:::blue
|
B[updates name]:::blue
|
||||||
B-->A-->R
|
B-->A-->R
|
||||||
classDef default fill:#999,stroke:#fff0,color:#000
|
classDef default fill:#bbb,stroke:#fff0,color:#000
|
||||||
classDef blue fill:#6af,stroke:#fff0,color:#000
|
classDef blue fill:#6af,stroke:#fff0,color:#000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ C-->B-->A-->R
|
||||||
C-- supersedes -->A
|
C-- supersedes -->A
|
||||||
|
|
||||||
linkStyle 3 stroke-width:1px,stroke:#05f
|
linkStyle 3 stroke-width:1px,stroke:#05f
|
||||||
classDef default fill:#999,stroke:#fff0,color:#000
|
classDef default fill:#bbb,stroke:#fff0,color:#000
|
||||||
classDef blue fill:#6af,stroke:#fff0,color:#000
|
classDef blue fill:#6af,stroke:#fff0,color:#000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ D--->A
|
||||||
C-- supersedes -->A
|
C-- supersedes -->A
|
||||||
|
|
||||||
linkStyle 4 stroke-width:1px,stroke:#05f
|
linkStyle 4 stroke-width:1px,stroke:#05f
|
||||||
classDef default fill:#999,stroke:#fff0,color:#000
|
classDef default fill:#bbb,stroke:#fff0,color:#000
|
||||||
classDef blue fill:#6af,stroke:#fff0,color:#000
|
classDef blue fill:#6af,stroke:#fff0,color:#000
|
||||||
```
|
```
|
||||||
-----
|
-----
|
||||||
|
@ -133,6 +133,6 @@ E-- supersedes -->C
|
||||||
E-- supersedes -->D
|
E-- supersedes -->D
|
||||||
|
|
||||||
linkStyle 3,7,8 stroke-width:1px,stroke:#05f
|
linkStyle 3,7,8 stroke-width:1px,stroke:#05f
|
||||||
classDef default fill:#999,stroke:#fff0,color:#000
|
classDef default fill:#bbb,stroke:#fff0,color:#000
|
||||||
classDef blue fill:#6af,stroke:#fff0,color:#000
|
classDef blue fill:#6af,stroke:#fff0,color:#000
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue