Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Built-in mermaid override parent mermaid in jupyterlab #258

Open
microcoder opened this issue Jan 16, 2025 · 0 comments
Open

Built-in mermaid override parent mermaid in jupyterlab #258

microcoder opened this issue Jan 16, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@microcoder
Copy link

microcoder commented Jan 16, 2025

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?

Image

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
```
@microcoder microcoder added the bug Something isn't working label Jan 16, 2025
@microcoder 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant