markdown-inline-graphviz
markdown-inline-graphviz copied to clipboard
Render inline graphs with Markdown and Graphviz
Absolutely trivial but it bugged me. ;) It's spelled correctly on PyPI, just not here.
I added mscgen support to the extension (http://www.mcternan.me.uk/mscgen/) which work very similarly to graphviz, feel free to merge this if you like
Hey If I try your example with mkdocs material I get this error: Error : a bytes-like object is required, not 'str' : ['dot', '-Tsvg'] For this code: {% dot...
As noted in https://github.com/sprin/markdown-inline-graphviz/issues/7#issuecomment-433233373, the name of the extension to put in config is `mdx_inline_graphviz` rather than the documented `inline_graphviz`.
In markdown, the content like "#" also rendering in {@ quote. Is that possible to change the quote from {@ to ```graphviz, this will bring convenience in live previewing with...
It seems at least this commit https://github.com/sprin/markdown-inline-graphviz/commit/b5c4c042a6e4fcb32001705cdea6445c54c1762f is not on the version you can install through pip. This means the package fails on python 3.x
Would it be possible to handle a condition where `dot` is not found and generate (or reference) an image stating something like "install graphviz, dot not found". currently markdown i...