mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08: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]
|