]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
67f7f16d58f8affa71547e30c59c5e1f998177a8
[ikiwiki.git] / doc / todo / smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
1 Several [[PreprocessorDirective]]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 [[PreprocessorDirective]]s might use the same syntax as
7 smileys for a different meaning, smiley substitution should not happen until
8 after [[PreprocessorDirective]]s.
9
10 --[[JoshTriplett]]