Skip to content

Commit 9f9c165

Browse files
committed
TO-DROP: demonstrate how the Graphviz diagrams work
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7ce4b4c commit 9f9c165

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/about/small-and-fast.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
A --> B
1515
{{< /mermaid >}}
1616

17+
{{< graphviz >}}
18+
digraph {
19+
a -> b -> c
20+
}
21+
{{< /graphviz >}}
22+
1723
<h2>Small and Fast</h2>
1824

1925
<p>

0 commit comments

Comments
 (0)