Replies: 3 comments 2 replies
-
I managed to figure it out with help from stackoverflow and debugging in the browser. Hopefully this helps someone else:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
While I'm doing Java now I tried to copy this implementation and it doesn't seem to work. Does mermaid still use Base64? It looks like some other character encoding. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Got it! There were two problems:
A snippet of Java code that works for me:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I really appreciate the functionality of the mermaid live editor. For me, I'm generating my urls via python. I can encode64 graphs, but would also like to be able to encode larger graphs using pako.
Does anyone know the python implementation of pako (zlib) that's compatible with mermaid live?
Many thanks for any help,
Dan
Beta Was this translation helpful? Give feedback.
All reactions