-
Notifications
You must be signed in to change notification settings - Fork 27
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
ZenUML: Using "Custom loader" leads to endless loops #105
Comments
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?
The text was updated successfully, but these errors were encountered: