diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-20 17:09:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-20 17:09:23 +0000 |
commit | e5cc8c11dae1b8a03990b202cfe105bd3d4eae8c (patch) | |
tree | baf0ccfeb5248112a3f4b99c93555e83bf20f672 /doc/todo | |
parent | 78bdead06afca141ec3de4043242c5de957aa8bb (diff) | |
download | ikiwiki-e5cc8c11dae1b8a03990b202cfe105bd3d4eae8c.tar ikiwiki-e5cc8c11dae1b8a03990b202cfe105bd3d4eae8c.tar.gz |
todo
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/nested_preprocessor_directives.mdwn | 6 |
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? |