X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/6c204368e8e20e43a160034f64143b9608fce32f..df9fb8bdbf312e704f92b474ffa8e2dcca0074e4:/doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn diff --git a/doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn b/doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn index 3f327820e..a55a66141 100644 --- a/doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn +++ b/doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn @@ -1,11 +1,11 @@ -Several [[PreprocessorDirective]]s take ikiwiki-formatted text as arguments, +Several [[ikiwiki/PreprocessorDirective]]s take ikiwiki-formatted text as arguments, such as the `then` and `else` arguments of the new `if` directive, or the `desc` argument of the `shortcut` directive. However, smileys do not work in these arguments. -Since the arguments to [[PreprocessorDirective]]s might use the same syntax as +Since the arguments to [[ikiwiki/PreprocessorDirective]]s might use the same syntax as smileys for a different meaning, smiley substitution should not happen until -after [[PreprocessorDirective]]s. +after [[ikiwiki/PreprocessorDirective]]s. --[[JoshTriplett]] @@ -13,4 +13,6 @@ after [[PreprocessorDirective]]s. > > Also, for an example of this issue, consider the sample conditional on [[plugins/conditional]]. > -> --[[JoshTriplett]] \ No newline at end of file +> --[[JoshTriplett]] + +[[todo/done]] --[[Joey]]