Skip to content
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

DotGraph / Mermaid are not working ? #4

Open
jjloesch opened this issue Feb 5, 2018 · 0 comments
Open

DotGraph / Mermaid are not working ? #4

jjloesch opened this issue Feb 5, 2018 · 0 comments

Comments

@jjloesch
Copy link

jjloesch commented Feb 5, 2018

I'm using the example snippet provided in your README.md

dotgraph = """```dotgraph
    digraph "pet-shop" {
        graph [rankdir=LR]
        node [shape=plaintext]
        edge [arrowhead=vee arrowsize=2]
        parrot
        dead
        parrot -> dead
    }
    ```"""
supermd.add_content(text=dotgraph)
supermd.export()

And it only produces and html file with the dotgraph text inside no rendering, same for mermaid.
Did you manage to make it work recently ?
Thank you for your support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant