fralau / mkdocs-mermaid2-plugin

A Mermaid graphs plugin for mkdocs
https://mkdocs-mermaid2.readthedocs.io
MIT License
203 stars 25 forks source link

Use latest version of mermaid.js #65

Closed cmungall closed 1 year ago

cmungall commented 1 year ago

mermaid.js 8.8.0 does not seem to work with ER Diagrams

This PR bumps to the latest version.

Context:

I am part of the team that developers the LinkML modeling framework. We ❤️ mermaid! We have lots of schemas rolled out that use UML class diagrams.

We recently made a release that allows for use of ER diagrams:

https://github.com/linkml/linkml/releases/tag/v1.4.1

In order to deploy this, each individual site has to update their mkdocs.yml to configure to use the latest version. It would be awesome if there was a new release of this plugin, allowing us to use the default config!

Many thanks for your work!

cmungall commented 1 year ago

Thanks for this! Would it be possible to get a new pypi release?