Skip to content

Commit

Permalink
docs(gatsby-remark-graphviz): fix duplex description (#9265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takumon authored and pieh committed Oct 22, 2018
1 parent ab867aa commit 337dab7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/gatsby-remark-graphviz/README.md
Expand Up @@ -44,10 +44,6 @@ Which will be rendered using viz.js and the output html will replace the code bl

In your gatsby-config.js, make sure you place this plugin before other remark plugins that modify code blocks (like prism).

## Caveats

In your gatsby-config.js, make sure you place this plugin before other remark plugins that modify code blocks (like prism).

## Alternatives

If you want a broader range of drawing options, checkout [gatsby-remark-draw](https://www.npmjs.com/package/gatsby-remark-draw). It provides SvgBobRus, Graphviz, and Mermaid, but note that you must have these already installed on your system
Expand Down

0 comments on commit 337dab7

Please sign in to comment.