Skip to content
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

🐛💻 – Mermaid not rendering graph #107

Closed
e-lo opened this issue Mar 27, 2023 · 2 comments · Fixed by #129
Closed

🐛💻 – Mermaid not rendering graph #107

e-lo opened this issue Mar 27, 2023 · 2 comments · Fixed by #129
Labels
🐛 bug Something isn't working – in spec or code 💻 code Pertains to the infrastructure code

Comments

@e-lo
Copy link
Contributor

e-lo commented Mar 27, 2023

Describe the problem

Mermaid not rendering

Steps to reproduce

Visit: https://tides-transit.github.io/TIDES/main/architecture/

@e-lo e-lo added 🐛 bug Something isn't working – in spec or code 💻 code Pertains to the infrastructure code labels Mar 27, 2023
@botanize
Copy link
Contributor

@e-lo I'm pretty sure this is because the CDN link is broken.

We could remove the extra_javascript line and let the plugin insert the correct CDN link, or update the CDN to one of:

I don't know if ESM is supported by mkdocs or the plugin.

Any preferences?

@botanize
Copy link
Contributor

Ah, it's not a broken CDN link, it's an incompatible version (because version 10 is only available as ESM, which isn't supported by mkdocs).

fralau/mkdocs-mermaid2-plugin#70

We can either pin to version 9, or use the work-around suggested in the issue while we wait for compatibility with version 10.

@botanize botanize linked a pull request Apr 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working – in spec or code 💻 code Pertains to the infrastructure code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants