]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
Added link to plugins/contrib/created_in_future
[ikiwiki.git] / doc / todo / smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
index dabc58dee67aa4f5de5f3cc41e093ae180e91830..06c06e19110f3f79c3f5c402d6483c76d267a2b0 100644 (file)
@@ -1,11 +1,11 @@
-Several [[PreprocessorDirective]]s take ikiwiki-formatted text as arguments,
+Several [[ikiwiki/Directive]]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/Directive]]s might use the same syntax as
 smileys for a different meaning, smiley substitution should not happen until
-after [[PreprocessorDirective]]s.
+after [[ikiwiki/Directive]]s.
 
 --[[JoshTriplett]]