-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Feature Request: Mermaid Support #6902
Comments
Here is a long list of mermaid integrations, and it renders in GitHub markdown for example.... something like sequenceDiagram
Alice->>John: Hello John, how are you?
John-->>Alice: Great!
Alice-)John: See you later!
|
Thanks @startakovsky. Note there is a PR in JupyterLab that will add support for Mermaid: jupyterlab/jupyterlab#14102 When it gets merged (likely soon for JupyterLab 4.1), then it should work in Notebook 7 out of the box as well. |
Yeah!!! Awesome! I will hang tight. |
Actually, since that PR has been opened nearly 6 months ago, I will be using this frontend extension to handle rendering mermaid markdown. |
Once @bollwyvl's PR in Jupyterlab gets merged in, this will go into Notebook 7. |
FYI @startakovsky this is now available in the |
This issue was never addressed or triaged. I am curious whether there is an opportunity to work on this feature. It would be empowering to be able to nimbly modify mermaid diagrams within the markdown cells.
The text was updated successfully, but these errors were encountered: