Skip to content

Commit

Permalink
Fix Graphviz example in file sample.lua
Browse files Browse the repository at this point in the history
Fixes: #41
  • Loading branch information
tarleb committed Oct 3, 2024
1 parent 09e6272 commit d7839c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ set the environment variable `DOT` or use the pandoc's meta variable
Example usage from [the Graphviz
gallery](https://graphviz.gitlab.io/_pages/Gallery/directed/fsm.html):

```{.graphviz caption="This is an image, created by **Graphviz**'s dot."}
```{.dot caption="This is an image, created by **Graphviz**'s dot."}
digraph finite_state_machine {
rankdir=LR;
node [shape = doublecircle]; LR_0 LR_3 LR_4 LR_8;
Expand Down

0 comments on commit d7839c9

Please sign in to comment.