I am using reStructured text for wiki entries in my Trac installation (V0.12.2) and I'm trying to embed an image in-line. First I attached the image file on the specific wiki page. Then I tried embedding the image using standard Trac syntax outside the reStructured text block and it works fine. It works with either [[Image(convert.png)]] or [[Image(/raw-attachment/wiki/ConvertCNC/convert.png)]]
On http://trac.edgewall.org/wiki/WikiRestructuredText it says I should be able to invoke a macro with the directive .. code-block:: When I use .. code-block:: [[Image(convert.png)]] inside the rst block I get an error of: Error: Failed to load processor [[Image(convert.png)]] No macro or processor named '[[Image(convert.png)]]' found If I use the longer path name the error is the same except it shows the longer path. Any ideas about what I'm doing wrong? Thanks, Dennis -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
