You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that mdbook-graphviz requires a process flag to be present before processing them as graphviz diagrams:
```dot process
digraph { processed -> graph}```
Just as a matter of 'preprocessor hygiene', it would be really cool if mdbook-svgbob did similar! This would mean you could talk aboutbob documents as well as processing them as SVGs. I realise this is a breaking change though.
The text was updated successfully, but these errors were encountered:
Hey, thanks for the preprocessor!
I've noticed that mdbook-graphviz requires a
process
flag to be present before processing them as graphviz diagrams:Just as a matter of 'preprocessor hygiene', it would be really cool if
mdbook-svgbob
did similar! This would mean you could talk aboutbob
documents as well as processing them as SVGs. I realise this is a breaking change though.The text was updated successfully, but these errors were encountered: