(no commit message)
[ikiwiki.git] / doc / todo / nested_preprocessor_directives.mdwn
index 997d61278adc21ae5fdea209a8ef00b88cf96536..433fc6f37bc2cdf50f16b1c6fcbbeb6ae419f226 100644 (file)
@@ -20,10 +20,12 @@ nesting, a new syntax would be needed. Maybe something xml-like?
 >> Yes it's definitely possible to do something like that. I'm not 100%
 >> sure if it can be done in perl regexp or needs a real recursive descent
 >> parser though.
+>> 
+>> [[!template id=gitbranch branch=timonator/heredoc_triplequote author="\[[timonator]]"]]
 >>
 >> In the meantime, this is an interesting approach:
->> <https://github.com/timo/ikiwiki/commit/dc90611e8305937ddaf7dd77341052337111242b>
->> (the link has since been fixed)
+>> <https://github.com/timo/ikiwiki/commit/410bbaf141036164f92009599ae12790b1530886>
+>> (the link has since been fixed twice)
 >> 
 >>     \[[!directive text=<<FOO 
 >>     ...
@@ -63,3 +65,5 @@ nesting, a new syntax would be needed. Maybe something xml-like?
 >> didn't put it in the other regexes. Not completely sure about the
 >> implications.) Am now trying to wrap my head around a test case to
 >> test the new formats for a bit. --Timo
+
+[[done]]!!! --[[Joey]]