Wes Roach

Results 1 comments of Wes Roach

The latest version on PyPI doesn't contain the latest merge for 3.x. I resolved with: ``` pip install git+https://github.com/sprin/markdown-inline-graphviz.git@9664863b3002d88243c9ee5e14c195e037e54618#egg=markdown-inline-graphviz ``` & mkdocs.yml: ``` markdown_extensions: - mdx_inline_graphviz ``` That's not an...