agoose77 / jupyterlab-markup

JupyterLab extension to enable markdown-it rendering, with support for markdown-it plugins
BSD 3-Clause "New" or "Revised" License
48 stars 13 forks source link

Update mermaidjs to support Class diagram #74

Open tanaga9 opened 1 year ago

tanaga9 commented 1 year ago

Update mermaidjs to support Class diagram

https://github.com/agoose77/jupyterlab-markup/pull/63

tonyfast commented 1 year ago

Seems like mermaid has some more diagrams in version 10. it would be rad to get an updated mermaid.

is there anyway that users could update mermaid themselves?

agoose77 commented 1 year ago

@tonyfast actually, we should just upgrade the plugin here. But, if you want it now, you could use the jupyterlab-plugin-playground to load the newer mermaid plugin and interface it with jupyterlab-markup, if you want?