Add mermaidjs which shows flow of processing #8

Open
opened 2025-12-04 13:25:44 +00:00 by xrd · 0 comments
Owner

Get a graph of the processing and map to the specific components in the source.

flowchart LR

A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]

Get a graph of the processing and map to the specific components in the source. ```mermaid flowchart LR A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2] ```
xrd referenced this issue from a commit 2025-12-04 22:20:05 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
svekyll/sprinkyll#8
No description provided.