Open PlasmaHH opened 7 months ago
Thank you for your contribution! This is very appreciated.
Thank you.
We would need more details, especially the name of the additional library?
Ideally, it would be good to have a minimal example to replicate that error.
I am not quite sure what you mean by "additional library" ?
Zenuml?
According to the mermaid documentation https://mermaid.js.org/syntax/zenuml.html#integrating-with-your-library-website it is part of mermaid and the url used there certainly looks like it too: 'https://cdn.jsdelivr.net/npm/@mermaid-js/mermaid-zenuml@0.1.0/dist/mermaid-zenuml.esm.min.mjs';
I never tried ZenUML 🤔 .
This matter would require a follow-up.
I was trying to use mermaids zenuml stuff and for that one has to add some extra javascript ( see bottom of https://mermaid.js.org/syntax/zenuml.html ) ... upon adding some in the extra_javascript this plugin seems to detect it and when building via mkdocs it spits out "MERMAID2 - Custom loader activated" in an endless stream and doesn't stop...
PS: mermaid is at version 10.9.0 PPS: maybe this could be solved by integrating all the optional extra features of mermaid as parameters to this plugin so it can import the modules themselves?