Changes between Version 1 and Version 2 of NoteBoxMacro


Ignore:
Timestamp:
Apr 9, 2012, 2:12:12 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Changed name of example image.

Legend:

Unmodified
Added
Removed
Modified
  • NoteBoxMacro

    v1 v2  
    1414
    1515It will look like this:
    16  [[Image(notebox_preview_v0.1.png)]]
     16 [[Image(NoteBoxExampleV1.0.png)]]
    1717
    1818The [http://trac.edgewall.org/browser/tags/trac-0.11/trac/wiki/api.py?marks=118-139#L118 parse_args] function from the Trac API is used to parse the input, therefore commas must be escaped with a backslash. That is, make the following replacement: `,` -> `\,`. Everything in the second argument is interpreted as wiki markup, however a second macro cannot be embedded within the macro.