Twiki has/had a plugin that allowed you to author graphviz dot diagrams inline. It would be really cool to support writing something like this in the github wikis:
```
graphviz-digraph
digraph G {
main -> parse -> execute;
main -> init;
main -> cleanup;
execute -> make_string;
execute -> printf
init -> make_string;
main -> printf;
execute -> compare;
}
``````
And inline getting this in the preview/output:
Same concept for ditta & quick sequence diagram editor
Thanks for the request. I think it would be really cool to do this kind of processing (and things like .Rmd
in https://github.com/github/markup/pull/343).
This gem focuses on abstracting the conversion from the various markup formats to html, so it probably would get implemented as a layer on top of this. I've logged your feature request with our internal teams.
Any update on showing graphviz files inside README's?
Or perhaps it is a good idea to use an external service like gravizo?
Thanks!!!
Any updates on this?
Most helpful comment
Any updates on this?