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
Mermaid allows sequence diagrams to contain empty messages. For an empty message just a whitespace is added instead of text. It should render a line without text. GitHub handles this correctly:
It seems to be related to how we encode/decode the diagram. It's working fine if I send the diagram using a POST request: https://docs.kroki.io/kroki/setup/usage/
Mermaid allows sequence diagrams to contain empty messages. For an empty message just a whitespace is added instead of text. It should render a line without text. GitHub handles this correctly:
Kroki throws an error for the same diagram:
https://kroki.io/mermaid/svg/eNorTi0sTc1LTnXJTEwvSszlUgACx5zM5FRdOzuv_Iw8KwWP1JycfLA4iK8LFAfLWykAAEB5EiQ=
If the empty message is not the last line it also works in Kroki:
https://kroki.io/mermaid/svg/eNorTi0sTc1LTnXJTEwvSszlUgACx5zM5FRdOzuv_Iw8KwWP1JycfLA4iK8LFAfLWylgE0sBAPLhF68=
Maybe this happens due to input being trimmed somewhere.
The text was updated successfully, but these errors were encountered: