mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
5 lines
99 B
Plaintext
5 lines
99 B
Plaintext
|
|
graph TD
|
||
|
|
A[Hard] -->|Text| B(Round)
|
||
|
|
B --> C{Decision}
|
||
|
|
C -->|One| D[Result 1]
|
||
|
|
C -->|Two| E[Result 2]
|