We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dot
neato
1 parent bcaef4e commit 0f15924Copy full SHA for 0f15924
content/about/small-and-fast.html
@@ -14,11 +14,29 @@
14
A --> B
15
{{< /mermaid >}}
16
17
-{{< graphviz engine="neato" >}}
18
-digraph {
19
-a -> b -> c
20
-}
21
-{{< /graphviz >}}
+<table>
+ <tr>
+ <th>dot</th>
+ <th>neato</th>
+ </tr>
22
23
+ <td>
24
+ {{< graphviz engine="dot" >}}
25
+ digraph {
26
+ a -> b -> c
27
+ }
28
+ {{< /graphviz >}}
29
+ </td>
30
31
+ {{< graphviz engine="neato" >}}
32
33
34
35
36
37
38
+
39
+</table>
40
41
<h2>Small and Fast</h2>
42
0 commit comments