-
Notifications
You must be signed in to change notification settings - Fork 27
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
javascript parameter seems not to work with default configuration #86
Comments
Judging by the port number, it seems you are using Pycharm's built-in web server or something similar? Try to use Could you make a copy of the call to mermaid.js in the HTML page? |
You are right. I use IntelliJ IDEA Ultimate (w/ Python plugins enabled). Using `mkdocs-serve --clean --strict' generates the following logs to standard output:
As versioned mermaid.min.js I use the file copied from this CDN: cURL equivalent of the GET request that failed with 404 status looks as follows:
|
Thanks. Could you make a copy of the call to mermaid.js in the HTML page? |
I have already provided this call (using cURL syntax) in the previous comment: |
Since the problem does not seem to be related to an issue in Mkdocs-Mermaid2, I am moving this to discussion. My best advice is to follow the troubleshooting guide. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
My environment:
My plugin configuration of my
mkdocs.yaml
file looks as follows:extra_javascript
is not used in my configuration file.Building HTML files using mkdocs works and no errors/warnings are emitted.
However, when I preview generated HTML files locally using IntelliJ IDEA & Google Chrome it mermaid diagrams are not rendered properly and the following error message is visible in Google Chrome Developer Tools:
Am I missing something?
The text was updated successfully, but these errors were encountered: