Skip to content

Support for mermaid graphs #552

@MakisH

Description

@MakisH

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;
Loading

leads to:

Image

We probably need to add a JS library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions