]> sipb.mit.edu Git - ikiwiki.git/commitdiff
use `` to avoid markdown eating example pagespecs
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Wed, 24 Mar 2010 21:33:03 +0000 (21:33 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Wed, 24 Mar 2010 21:33:03 +0000 (21:33 +0000)
doc/plugins/moderatedcomments.mdwn

index c29b0b052f6ba2c7fb3d6ad7f467d8453ea0a143..f9466e833f49c446e95e8d38d572f3a682269141 100644 (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(*)`".