web commit by JoshTriplett

master
joey 2007-02-13 10:46:33 +00:00
parent 0ae8b50448
commit c27da2fb18
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Several [[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
smileys for a different meaning, smiley substitution should not happen until
after [[PreprocessorDirective]]s.
--[[JoshTriplett]]