]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Fix escaping-via-indentation of example
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Sat, 18 Jul 2009 13:47:03 +0000 (09:47 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 18 Jul 2009 13:47:03 +0000 (09:47 -0400)
doc/todo/pagestats_among_a_subset_of_pages.mdwn

index f131b528352ef3605e39a13d0e09e4876ac81401..1c1656b4e1c09684a713ad42eddd616d339f770c 100644 (file)
@@ -8,11 +8,11 @@ in the patch:
 > [[ikiwiki/PageSpec]]. For instance, to display a cloud of tags used on blog
 > entries, you could use:
 >
 > [[ikiwiki/PageSpec]]. For instance, to display a cloud of tags used on blog
 > entries, you could use:
 >
->      \[[!pagestats pages="tags/*" among="blog/posts/*"]]
+>     \[[!pagestats pages="tags/*" among="blog/posts/*"]]
 >
 > or to display a cloud of tags related to Linux, you could use:
 > 
 >
 > or to display a cloud of tags related to Linux, you could use:
 > 
->      \[[!pagestats pages="tags/* and not tags/linux" among="tagged(linux)"]]
+>     \[[!pagestats pages="tags/* and not tags/linux" among="tagged(linux)"]]
 
 I use this on my tag pages on one site, with the following template:
 
 
 I use this on my tag pages on one site, with the following template: