diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2009-07-18 09:47:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-18 09:47:03 -0400 |
commit | 87eb384bb31a212ef23ae696817fc16dbfc2dded (patch) | |
tree | d8e3d79606f681857a19a22d542735d8f2a783b6 /doc | |
parent | 6680572dad4845499c1fc163ee317f4070f69f7b (diff) |
Fix escaping-via-indentation of example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/pagestats_among_a_subset_of_pages.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/pagestats_among_a_subset_of_pages.mdwn b/doc/todo/pagestats_among_a_subset_of_pages.mdwn index f131b5283..1c1656b4e 100644 --- a/doc/todo/pagestats_among_a_subset_of_pages.mdwn +++ b/doc/todo/pagestats_among_a_subset_of_pages.mdwn @@ -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: |