Skip to content

Commit 40a1a0b

Browse files
committed
diagram-generator: do not use fixed size for graphviz example
1 parent edb7ec3 commit 40a1a0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

diagram-generator/sample.md

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ gallery](https://graphviz.gitlab.io/_pages/Gallery/directed/fsm.html):
5858
```{.graphviz caption="This is an image, created by **Graphviz**'s dot."}
5959
digraph finite_state_machine {
6060
rankdir=LR;
61-
size="8,5"
6261
node [shape = doublecircle]; LR_0 LR_3 LR_4 LR_8;
6362
node [shape = circle];
6463
LR_0 -> LR_2 [ label = "SS(B)" ];

0 commit comments

Comments
 (0)