From: joey Date: Sun, 20 May 2007 17:09:23 +0000 (+0000) Subject: todo X-Git-Tag: 2.2~112 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/e5cc8c11dae1b8a03990b202cfe105bd3d4eae8c?ds=sidebyside todo --- 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?