How can I use the Graphviz macro in XWiki 2.0 syntax?

Posted by DR on Stack Overflow See other posts from Stack Overflow or by DR
Published on 2010-03-14T11:18:26Z Indexed on 2010/03/14 11:25 UTC
Read the original article Hit count: 585

Filed under:
|

The XWiki FAQ gives an example for XWiki 1.0 syntax:

{graphviz:type=dot}digraph G {Hello->world}{graphviz}

My XWiki is properly set up to display this. But I'm not able to translate this into XWiki 2.0 syntax. I tried this

{{graphviz type=dot}} ... {{/graphviz}}

and other variations, but the best I got was about "graphviz" not being a valid macro.

What's the correct syntax?

© Stack Overflow or respective owner

Related posts about xwiki

Related posts about graphviz