Text in Mermaid graphs is now invisible

It’s at least possible that only DEVONthink’s traffic gets blocked. It’s also possible that the installation and its code signature are broken and that the firewall kicks in…

So many good reasons not to use this kind of product :wink:

Unzip the attachment here and drop the JS file in the same group as the Markdown document:
mermaid.min.js.zip (728.9 KB)

  • Add <script src="mermaid.min.js"></script> at the top of the Markdown document. Does your Mermaid chart work?

  • If so, replace that line with <script src="https://cdn.jsdelivr.net/npm/mermaid@11.4.0/dist/mermaid.min.js"></script>. Does it still work?

1 Like