Fix escaping-via-indentation of example

master
http://smcv.pseudorandom.co.uk/ 2009-07-18 09:47:03 -04:00 committed by Joey Hess
parent 6680572dad
commit 87eb384bb3
1 changed files with 2 additions and 2 deletions

View 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:
>
> \[[!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:
>
> \[[!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: