diff options
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/goodstuff/discussion.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/plugins/goodstuff/discussion.mdwn b/doc/plugins/goodstuff/discussion.mdwn index 3ea5692a8..dd4a41345 100644 --- a/doc/plugins/goodstuff/discussion.mdwn +++ b/doc/plugins/goodstuff/discussion.mdwn @@ -2,5 +2,6 @@ Here is an example snippet from a working setup file: - # plugins to add to the default configuration - add_plugins => ['goodstuff'], + <pre># plugins to add to the default configuration + add_plugins => ['goodstuff'], +</pre> |