You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
![a -> b](http://g.gravizo.com/g?
digraph G {
a -> b
}
)
But this doesn't (in Gravizo):
![a -> b](http://g.gravizo.com/g?
digraph G
{
a -> b
}
)
The second (Allman style indentation) works in any of the other Graphviz programs I've used (Graphviz's dot.exe, viz.js, erdos, Liviz.js, &c.) This was surprising and took me quite a while to figure out what was wrong with all of my existing DOT graph syntax.
The text was updated successfully, but these errors were encountered:
This works:
But this doesn't (in Gravizo):
The second (Allman style indentation) works in any of the other Graphviz programs I've used (Graphviz's dot.exe, viz.js, erdos, Liviz.js, &c.) This was surprising and took me quite a while to figure out what was wrong with all of my existing DOT graph syntax.
The text was updated successfully, but these errors were encountered: