diff options
author | http://jeremiahfoster.com/ <jeremiah@web> | 2010-07-19 09:16:32 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-07-19 09:16:32 +0000 |
commit | e50df5ea7601b6a1fc03994650ddff728aba7b57 (patch) | |
tree | fbe21356fd6571c62dc8b12e80becfeb36a58422 | |
parent | 011fb0b2e537f6185bb640e5d761c924bf38a154 (diff) |
-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 dd4a41345..4ccea4ad4 100644 --- a/doc/plugins/goodstuff/discussion.mdwn +++ b/doc/plugins/goodstuff/discussion.mdwn @@ -2,6 +2,7 @@ Here is an example snippet from a working setup file: - <pre># plugins to add to the default configuration - add_plugins => ['goodstuff'], + <pre> + # plugins to add to the default configuration + add_plugins => ['goodstuff'], </pre> |