aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2010-03-24 21:33:03 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-03-24 21:33:03 +0000
commit3b08b19b4e36f82864c73ca035cfdec83b3a43aa (patch)
tree49ff2e9c3fd120cdbe0eff3bacb23d2494dbed15 /doc
parentf38e61c53bfdde4c92e9d8cb5930420bfa95775a (diff)
downloadikiwiki-3b08b19b4e36f82864c73ca035cfdec83b3a43aa.tar
ikiwiki-3b08b19b4e36f82864c73ca035cfdec83b3a43aa.tar.gz
use `` to avoid markdown eating example pagespecs
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/moderatedcomments.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/moderatedcomments.mdwn b/doc/plugins/moderatedcomments.mdwn
index c29b0b052..f9466e833 100644
--- a/doc/plugins/moderatedcomments.mdwn
+++ b/doc/plugins/moderatedcomments.mdwn
@@ -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(*)`".