ayosec/highcarb

Integration with GraphViz

ayosec opened this issue · 0 comments

A %dot tag will invoke GraphViz to render the content

%dot
  digraph foo {
     a -> b
...