]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/nested_preprocessor_directives.mdwn
c11e38970a997017588abb88493b3276b158d515
[git.ikiwiki.info.git] / doc / todo / nested_preprocessor_directives.mdwn
1 Ikiwiki's preprocessor parser cannot deal with arbitrary nested preprocesor
2 directives. It's possible to nest a directive with single quoted values
3 inside a triple-quoted value of a directive, but that's all.
5 It's not possible to unambiguously parse nested quotes, so to support
6 nesting, a new syntax would be needed. Maybe something xml-like?