X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3473524e0aae2fcf20527bf1fbed278c01de6dba..9ff75f58c28e8bcbc03fac360c453b9d4deca38d:/doc/plugins/goodstuff/discussion.mdwn?ds=inline

diff --git a/doc/plugins/goodstuff/discussion.mdwn b/doc/plugins/goodstuff/discussion.mdwn
index 0ad95c00a..4ccea4ad4 100644
--- a/doc/plugins/goodstuff/discussion.mdwn
+++ b/doc/plugins/goodstuff/discussion.mdwn
@@ -1 +1,8 @@
-What is the syntax for enabling plugins in the setup file?
+### What is the syntax for enabling plugins in the setup file?
+
+Here is an example snippet from a working setup file:
+
+ <pre>
+   # plugins to add to the default configuration
+   add_plugins => ['goodstuff'],     
+</pre>