try to fix escaping of nested directive
authorJoey Hess <joey@kitenet.net>
Fri, 13 May 2011 16:06:00 +0000 (12:06 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 13 May 2011 16:06:00 +0000 (12:06 -0400)
doc/ikiwiki/directive.mdwn

index 2a7075e4ccfd875102feef370125bc1998aca6dc..1dc1e517d3b0f0890b65af4ead0e469a5ed5ad9f 100644 (file)
@@ -35,7 +35,7 @@ If you want to put text with triple quotes into a parameter value, you can
 use perl-style here-doc syntax, even nesting it like this:
 
        \[[!directive text=<<OUTER
-       \[[!otherdirective <<INNER
+       [[!otherdirective <<INNER
        inner text
        INNER]]
        outer text