dylanowen / mdbook-graphviz

Mozilla Public License 2.0
44 stars 9 forks source link

Doesn't seem to be working. #52

Closed rocket-matt closed 4 months ago

rocket-matt commented 1 year ago

My book.toml files contains this:

[preprocessor.graphviz]
command = "mdbook-graphviz"
output-to-file = true

and my markdown file contains this:

'''dot process
digraph {
    "Instance" -> "Adapter"
}
'''

(Please note those quotes above are backticks in my files - just had to change them for markdown to work).

But the generated web page just shows the graphviz code and no diagram.

I have installed mdbook-graphviz and graphviz.

What am I doing wrong?

dylanowen commented 1 year ago

Everything you've described sounds right. The build log from RUST_LOG=debug mdbook build or RUST_LOG=trace mdbook build might have more information? Alternatively if you have a sample project I could take a closer look.

Cypher1 commented 4 months ago

I'm going to close this assuming that it was affected by #56. If this issue can still be reproduced, please reopen it but we have heard anything since about a year ago.