-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
good first issueGood for newcomersGood for newcomerstechnicalTechnical issues on the websiteTechnical issues on the website
Description
As found in #498, mermaid graphs are currently not rendered.
This code:
graph LR;
A -- first to second --> B;
B -- first to second --> C;
C -- first to second --> A;
leads to:

We probably need to add a JS library.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstechnicalTechnical issues on the websiteTechnical issues on the website