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
{{ message }}
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
Okey, I found out why it is not currently possible.
Mermaid.js is used by the gitlab-flavoured-markdown (link to the doc)
the project currently is using commonmark-java 0.10 which don't provide gitlab-flavoured-markdown . A solution could be to change the dependance with com.vladsch.flexmark 0.64.0 (link to the project) which provide it and is also to the last version of the commonMark specification.
Is it possible ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
In Github, we can use mermaid.js to render graph with code block.
for instance, if I write,
using ```mermaid at the begining of my code block, I can render a graph like below
I search how to do it with gitiles markdown, but I don't think it' possible.
do someone have an idea how to do it ?
The text was updated successfully, but these errors were encountered: