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 diagrams (https://mermaid.js.org/) have become a common thing
ever since GitHub introduced support for them in GitHub-flavored
Markdown codeblocks.
With this here commit, we can now also use those diagrams on
git-scm.com. The idea is to use the new `mermaid` shortcode, like this:
{{< mermaid >}}
graph LR
A --> B
{{< /mermaid >}}
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments