Skip to content

mermaid.js scripts in ipynb markdown #1072

@psychemedia

Description

@psychemedia

A heads up regarding a PR in JupyterLab, and associated JEP request that introduces support for rendering mermaid.js diagrams for diagrams described using the GFM syntax:

```mermaid
flowchart LR
  chicken --> egg --> chicken
```

In .qmd and .myst the corresponding syntax is:

```{mermaid}
flowchart LR
  chicken --> egg --> chicken
```

Comments to the JupyterLab PR hint that support for additional diagram types, presumably using a similar syntactic approach, are possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions