Skip to content

Commit 09277a7

Browse files
committed
Fix a mistake in the Markdown format section
1 parent eea3d98 commit 09277a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This will insert an image into your article, as shown here:
4848

4949
![figure](https://github.com/pelican-plugins/graphviz/raw/main/hello-world.png)
5050

51-
The block must start with `..graphviz` (this is configurable — see below). The word `dot` in the first line indicates which program will be used to produce the image. The available programs are: `dot`, `neato`, `twopi`, `circo`, `fdp`, `sfdp`, and `patchwork` (see the [Graphviz documentation][] for details). The Graphviz code must start on the second line of the block. Please note that *newlines are not allowed inside the Graphviz block*.
51+
The block must start with `..graphviz` (this is configurable — see below). The word `dot` in the first line indicates which program will be used to produce the image. The available programs are: `dot`, `neato`, `twopi`, `circo`, `fdp`, `sfdp`, and `patchwork` (see the [Graphviz documentation][] for details). The Graphviz code must start on the second line of the block. Please note that *empty lines are not allowed inside the Graphviz block*.
5252

5353
[Graphviz documentation]: https://www.graphviz.org/documentation/
5454

0 commit comments

Comments
 (0)