-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow rendering included files #31
Comments
I haven't played around with included files yet but was this with something like:
? |
Yeah, sorry, that's what I wanted to write, but github did interpret it. |
Gotcha, yeah you have to layer the code block deliminators https://github.com/dylanowen/mdbook-graphviz/blob/master/Readme.md?plain=1#L34 |
@dylanowen yes, you were right - using the preprocessors and their orders was the right fix. I opened #33, which adds a section into the Readme explaining this. PTAL! |
I have an external process creating a
.gv
file, and I want to use the{{#include path/to.gv}}
directive to include the file:{{#include path/to.gv}}
This fails, as apparently the include directive is interpreted as raw graphviz code:
It would be nice if this was supported, or another way to embed a rendered
.gv
into mdbook.The text was updated successfully, but these errors were encountered: