use `` to avoid markdown eating example pagespecs

master
http://smcv.pseudorandom.co.uk/ 2010-03-24 21:33:03 +00:00 committed by Joey Hess
parent f38e61c53b
commit 3b08b19b4e
1 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ By default, all comments made by anyone who is not an admin will be held
for moderation. The `moderate_pagespec` setting can be used to specify a
[[ikiwiki/PageSpec]] to match comments and users who should be moderated.
For example, to avoid moderating comments from logged-in users, set
`moderate_pagespec` to "!user(*)". Or to moderate everyone except for
admins, set it to "!admin(*)".
`moderate_pagespec` to "`!user(*)`". Or to moderate everyone except for
admins, set it to "`!admin(*)`".