]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
escaping directives continues to be harder than it should be
authorsmcv <smcv@web>
Wed, 18 Feb 2015 23:28:50 +0000 (19:28 -0400)
committeradmin <admin@branchable.com>
Wed, 18 Feb 2015 23:28:50 +0000 (19:28 -0400)
doc/ikiwiki/directive/templatebody.mdwn

index dfadb2c2d0ca94792e9f40de86b80ff2a221d8c5..36b5af1728b81b4c4199c634bdef5dd273991c06 100644 (file)
@@ -16,7 +16,7 @@ convenient to use the "here-document" syntax for it:
 
        \[[!templatebody <<ENDBODY
        [[!meta title="<TMPL_VAR name>"]]
-       [[!tag person]]
+       \[[!tag person]]
        <dl>
        <dt>Name:</dt><dd><TMPL_VAR name></dd>
        <dt>Age:</dt><dd><TMPL_VAR age></dd>