TLmaK0 / gravizo

How to include graphviz graphs in github README

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github indirect way to present diagrams does not work

louisrubet opened this issue · comments

Hi TLmaK0
thank you for your nice work !

It appears that github indirect way to present diagrams does not work
It only shows boxes next to each other and without arrows nor lines

I wasn't able to manage it

look at
Alt text

custom_mark10 digraph G { main -> parse -> execute; main -> init; main -> cleanup; execute -> make_string; execute -> printf init -> make_string; main -> printf; execute -> compare; } custom_mark10

What do you think about it ?

Hi @louisrubet, look at source code of my working version https://github.com/TLmaK0/projectproof/blob/master/README.md
I think the problem is the ; after printf and the raw file.

:) and thanks for the pull request !