aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-05-01 17:12:00 -0400
committerJoey Hess <joey@kitenet.net>2011-05-01 17:12:00 -0400
commita212a79c34f9013214de14c108c78bd1e24f4144 (patch)
treece03fd6f23968c4b75139b68e957eb2993e7edc6
parent4c1da8f80503137aaba06f71ebc625fc68beee32 (diff)
downloadikiwiki-a212a79c34f9013214de14c108c78bd1e24f4144.tar
ikiwiki-a212a79c34f9013214de14c108c78bd1e24f4144.tar.gz
add git branch annotation
-rw-r--r--doc/todo/nested_preprocessor_directives.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/nested_preprocessor_directives.mdwn b/doc/todo/nested_preprocessor_directives.mdwn
index 4a2795e30..04a598b69 100644
--- a/doc/todo/nested_preprocessor_directives.mdwn
+++ b/doc/todo/nested_preprocessor_directives.mdwn
@@ -20,6 +20,8 @@ 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/410bbaf141036164f92009599ae12790b1530886>