]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/nested_preprocessor_directives.mdwn
todo
[ikiwiki.git] / doc / todo / nested_preprocessor_directives.mdwn
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?