Commit a175ea2
Add support for Mermaid diagrams
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 <johannes.schindelin@gmx.de>1 parent e35fe51 commit a175ea2
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
194 | 200 | | |
195 | 201 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments