Skip to content

Commit 0f15924

Browse files
committed
TO-DROP: demo dot next to neato
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent bcaef4e commit 0f15924

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

content/about/small-and-fast.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,29 @@
1414
A --> B
1515
{{< /mermaid >}}
1616

17-
{{< graphviz engine="neato" >}}
18-
digraph {
19-
a -> b -> c
20-
}
21-
{{< /graphviz >}}
17+
<table>
18+
<tr>
19+
<th>dot</th>
20+
<th>neato</th>
21+
</tr>
22+
<tr>
23+
<td>
24+
{{< graphviz engine="dot" >}}
25+
digraph {
26+
a -> b -> c
27+
}
28+
{{< /graphviz >}}
29+
</td>
30+
<td>
31+
{{< graphviz engine="neato" >}}
32+
digraph {
33+
a -> b -> c
34+
}
35+
{{< /graphviz >}}
36+
</td>
37+
</tr>
38+
39+
</table>
2240

2341
<h2>Small and Fast</h2>
2442

0 commit comments

Comments
 (0)