Markup: Inline DOT would be an awesome feature.

Created on 12 Sep 2014  路  4Comments  路  Source: github/markup

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:
foo

Most helpful comment

Any updates on this?

All 4 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zoffixznet picture zoffixznet  路  6Comments

HyoKim picture HyoKim  路  5Comments

doggy8088 picture doggy8088  路  4Comments

davidmoten picture davidmoten  路  5Comments

daenney picture daenney  路  3Comments