Difference between revisions of "User:Exor674/NewTable"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with "<graphviz> foo -> bar </graphviz>")
 
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
foo -> bar
+
digraph G {
 +
userpic2 -> userpicmap2
 +
}
 
</graphviz>
 
</graphviz>

Revision as of 17:39, 14 September 2010

<graphviz> digraph G { userpic2 -> userpicmap2 } </graphviz>