Promote Crypt::SSLeay to Recommends; needed for https openid auth.
[ikiwiki.git] / doc / todo / smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
blob06c06e19110f3f79c3f5c402d6483c76d267a2b0
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.
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.
10 --[[JoshTriplett]]
12 > Sorry, I should have filed this under [[bugs]], not [[todo]].
14 > Also, for an example of this issue, consider the sample conditional on [[plugins/conditional]].
16 > --[[JoshTriplett]]
18 [[todo/done]] --[[Joey]]