summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 10:46:33 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 10:46:33 +0000
commitc27da2fb1888196213d230ec11df3ca2ccecde59 (patch)
tree19702aff144a40796f519bd4b829fddbd00b5a83 /doc/todo
parent0ae8b504483a69ec90b3cc7422e4e5663feab3c3 (diff)
web commit by JoshTriplett
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn b/doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
new file mode 100644
index 000000000..67f7f16d5
--- /dev/null
+++ b/doc/todo/smileys_do_not_work_in_PreprocessorDirective_arguments.mdwn
@@ -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]]