Closed yatesco closed 6 months ago
Please read the documentation as this is described there. This plugin does not take over all dot
rendering (as you may wish to render highlighted dot
content). Instead the markup is dot process
e.g.
```dot process
digraph {
a -> b
}
I think this can be closed now.
Hi there! I get the following when I run
mdbook serve
ormdbook build
: "The command wasn't found, is the 'graphviz' preprocessor installed?".I have installed
brew graphviz
andwhich dot
:/usr/local/bin/dot
.My
book.toml
:and my
chapter.md
(replaced backticks in the following with normal ticks to avoid breaking formatting!):What actually gets rendered is the contents of the dot file:
When I
mdbook serve
I also see the following warning:Thanks! Any suggestions?