mermaid-server icon indicating copy to clipboard operation
mermaid-server copied to clipboard

truncated results

Open reddiana opened this issue 1 year ago • 2 comments

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
'

image

reddiana avatar Mar 26 '23 09:03 reddiana

I met the same problem, did we has any solutions?

jhunters avatar Aug 12 '23 06:08 jhunters

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

TomWright avatar Aug 15 '23 08:08 TomWright