You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, rendering results are truncated and displayed incompletely. Here are the cases I have tested:
curl --location 'http://182.195.92.127:8082/generate' \
--header 'Content-Type: text/plain' \
--data 'graph
a --> b1
d --> b3
a --> b2
a --> b3
b1 --> c
b2 --> c
b3 --> c
c --> d
e --> f
f --> d
'
The text was updated successfully, but these errors were encountered:
mermaid-server essentially just runs mermaid-cli via HTTP. I have seen that the cli version used here is quite out of date. I will look at updating the cli to see if it:
A: Solves this problem
B: Allows access to some new argument which can solve this problem
Sometimes, rendering results are truncated and displayed incompletely. Here are the cases I have tested:
The text was updated successfully, but these errors were encountered: