You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension jupyterlab-myst and its built-in plugin mermaid override parent mermaid in jupyterlab v4.4.0a1 and above. How to disable old mermaid in MyST and use new mermaid v11.4.1 in jupyterlab without turning off jupyterlab-myst?
Mermaid code for test:
```mermaid
---
title: Test
---
flowchart LR
classDef crimson fill:#ff5482,stroke:#cd4468,stroke-width:2px
classDef blue fill:#6495ED,stroke:#4f77bb,stroke-width:2px,color:white
A@{shape: rounded, label: "A"}
class A crimson
B@{shape: rounded, label: "B"}
class B blue
A <--> B
```
The text was updated successfully, but these errors were encountered:
microcoder
changed the title
Extension jupyterlab-myst and its built-in mermaid override parent mermaid in jupyterlab
Built-in mermaid override parent mermaid in jupyterlab
Jan 16, 2025
Extension
jupyterlab-myst
and its built-in pluginmermaid
override parent mermaid in jupyterlab v4.4.0a1 and above. How to disable oldmermaid
in MyST and use new mermaid v11.4.1 in jupyterlab without turning offjupyterlab-myst
?Mermaid code for test:
The text was updated successfully, but these errors were encountered: