TLmaK0 / gravizo

How to include graphviz graphs in github README

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undirected DOT graphs are not supported

TLmaK0 opened this issue · comments

For example, the first example from the wikipedia page https://en.wikipedia.org/wiki/DOT_(graph_description_language)#Undirected_graphs:

graph graphname {
  a -- b -- c;
  b -- d;
}