Skip to content

Add language support for Mermaid #2852

@cahilfoley

Description

@cahilfoley

Language
Mermaid is a language for creating diagrams using text and code.

An example is:

graph TD
    A[Start] --> B{Is it?};
    B -->|Yes| C[OK];
    C --> D[Rethink];
    D --> B;
    B ---->|No| E[End];
Loading

Which can be rendered into the diagram:

image

Additional resources

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions