We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb7ec3 commit 40a1a0bCopy full SHA for 40a1a0b
diagram-generator/sample.md
@@ -58,7 +58,6 @@ gallery](https://graphviz.gitlab.io/_pages/Gallery/directed/fsm.html):
58
```{.graphviz caption="This is an image, created by **Graphviz**'s dot."}
59
digraph finite_state_machine {
60
rankdir=LR;
61
- size="8,5"
62
node [shape = doublecircle]; LR_0 LR_3 LR_4 LR_8;
63
node [shape = circle];
64
LR_0 -> LR_2 [ label = "SS(B)" ];
0 commit comments