]> sipb.mit.edu Git - ikiwiki.git/commitdiff
todo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 20 May 2007 17:09:23 +0000 (17:09 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 20 May 2007 17:09:23 +0000 (17:09 +0000)
doc/todo/nested_preprocessor_directives.mdwn [new file with mode: 0644]

diff --git a/doc/todo/nested_preprocessor_directives.mdwn b/doc/todo/nested_preprocessor_directives.mdwn
new file mode 100644 (file)
index 0000000..c11e389
--- /dev/null
@@ -0,0 +1,6 @@
+Ikiwiki's preprocessor parser cannot deal with arbitrary nested preprocesor
+directives. It's possible to nest a directive with single quoted values
+inside a triple-quoted value of a directive, but that's all.
+
+It's not possible to unambiguously parse nested quotes, so to support
+nesting, a new syntax would be needed. Maybe something xml-like?