Commit 37e69c9
committed
graphviz: allow overriding the engine
This can be done like so:
```graphviz {.engine="neato"}
digraph diagram {
A -> B
}
```
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 6e89300 commit 37e69c9
File tree
2 files changed
+2
-1
lines changed- layouts
- _default
- _markup
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
0 commit comments