Skip to content

Support mermaid diagrams? #9

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions