]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
* Forgotten signature
[ikiwiki.git] / doc / todo / smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
1 Several [[ikiwiki/Directive]]s take ikiwiki-formatted text as arguments,
2 such as the `then` and `else` arguments of the new `if` directive, or the
3 `desc` argument of the `shortcut` directive.  However, smileys do not work in
4 these arguments.
5
6 Since the arguments to [[ikiwiki/Directive]]s might use the same syntax as
7 smileys for a different meaning, smiley substitution should not happen until
8 after [[ikiwiki/Directive]]s.
9
10 --[[JoshTriplett]]
11
12 > Sorry, I should have filed this under [[bugs]], not [[todo]].
13 >
14 > Also, for an example of this issue, consider the sample conditional on [[plugins/conditional]].
15 >
16 > --[[JoshTriplett]]
17
18 [[todo/done]] --[[Joey]]