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
It is working for version 8.13.3 (vscode mermaid extension), but it is not working for mermaid 8.9.2 (GitLab CE 13.12.2 - latest on Synology).
The problem (with version 8.9.2) is, that "B" is subgraph and mermaid distributed with Gitlab 13.12.2 can't render it. It crash with error message: syntax error in graph.
I have two questions:
Starting which version is possible to render above mermaid flowchart correctly? (is there any live tool in which I can test it with different mermaid versions?)
I'm limited by synology GitLab package version - I can't upgrade it to the latest GitLab (and maybe mermaid distributed with will be latest/newer). The question is, if somebody know, is it possible upgrade only mermaid inside existing Gitlab 13.12.2 running on synology?
Thanks,
martin
The text was updated successfully, but these errors were encountered:
Starting which version is possible to render above mermaid flowchart correctly? (is there any live tool in which I can test it with different mermaid versions?)
We have a live tool that gives the preview of the up to date version of mermaid, at mermaid.live, but it doesn't yet support multiple versions of mermaid. Doing a search on the repository, it seems this was introduced in PR #2082 (ff75122) which was released in mermaid 8.11.0.
I'm limited by synology GitLab package version - I can't upgrade it to the latest GitLab (and maybe mermaid distributed with will be latest/newer). The question is, if somebody know, is it possible upgrade only mermaid inside existing Gitlab 13.12.2 running on synology?
That would be an issue to open up in GitLab. However, the only alternative I could think of would be to use the live editor and copy the markdown output over there.
@Yash-Singh1 thank you for reply. I know mermaid.live - there is rendering of above mermaid flowchart working (I don't know which version is used there). Also in vscode with mermaid extension (it uses v8.13.3).
Hello,
I'd like to 'render' this flowchart:
other example: https://mermaid-js.github.io/mermaid/#/flowchart?id=direction-in-subgraphs
It is working for version 8.13.3 (vscode mermaid extension), but it is not working for mermaid 8.9.2 (GitLab CE 13.12.2 - latest on Synology).
The problem (with version 8.9.2) is, that "B" is subgraph and mermaid distributed with Gitlab 13.12.2 can't render it. It crash with error message: syntax error in graph.
I have two questions:
Thanks,
martin
The text was updated successfully, but these errors were encountered: