diff options
author | http://jeremiahfoster.com/ <jeremiah@web> | 2010-07-19 09:16:09 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-07-19 09:16:09 +0000 |
commit | 011fb0b2e537f6185bb640e5d761c924bf38a154 (patch) | |
tree | 65c07f53fcd9526c6f13b52c5875939f4234978c /doc | |
parent | c4d22bdb75a8a0c924f6fe8fba19bffd25ebf640 (diff) |
Diffstat (limited to 'doc')
-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> |