summaryrefslogtreecommitdiff
path: root/doc/todo/nested_preprocessor_directives.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/nested_preprocessor_directives.mdwn')
-rw-r--r--doc/todo/nested_preprocessor_directives.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/nested_preprocessor_directives.mdwn b/doc/todo/nested_preprocessor_directives.mdwn
new file mode 100644
index 000000000..c11e38970
--- /dev/null
+++ b/doc/todo/nested_preprocessor_directives.mdwn
@@ -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?