]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
web commit by madmax
[ikiwiki.git] / doc / todo / smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
index dabc58dee67aa4f5de5f3cc41e093ae180e91830..a55a6614111e285be2d4133495e3c41925c0c207 100644 (file)
@@ -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]]