Changes between Version 26 and Version 27 of GraphvizPlugin


Ignore:
Timestamp:
Oct 8, 2008, 2:22:54 PM (16 years ago)
Author:
Daniel
Comment:

Tagged it as 0.11 and removed whitespaces before processor directive - Trac 0.11 does not like this

Legend:

Unmodified
Added
Removed
Modified
  • GraphvizPlugin

    v26 v27  
    4646
    4747{{{
    48   {{{
    49   #!graphviz
    50   digraph G {Hello->World->Graphviz->Rules}
    51   }}}
     48{{{
     49#!graphviz
     50digraph G {Hello->World->Graphviz->Rules}
     51}}}
    5252}}}
    5353
     
    5858Note that you can insert TracLinks like this:
    5959{{{ 
    60  {{{
    61   #!graphviz
     60{{{
     61#!graphviz
    6262  digraph G {
    6363    rankdir = "LR"
     
    6969    GraphvizPlugin -> Trac
    7070    }
    71   }}}
     71}}}
    7272}}}
    7373