-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Description
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
Labels
No labels