Skip to content

Support mermaid diagrams? #9

@lidel

Description

@lidel

We already use them on GitHub and docs.ipfs.tech,
They can be placed inside a markdown block, render as SVG, there is user-friendly editor/sandbox etc.

```mermaid
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
```

Ref.

cc @darobin @hacdias (i remember @autonome suggested that before but can't find that convo now)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions