Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Notes.
[git.ikiwiki.info.git]
/
doc
/
plugins
/
goodstuff
/
discussion.mdwn
diff --git
a/doc/plugins/goodstuff/discussion.mdwn
b/doc/plugins/goodstuff/discussion.mdwn
index 0ad95c00a2d7acda4149dad07d4340b5c3c857d4..4ccea4ad4dfc59bc79cee17fd74dd09ac1eb8fb8 100644
(file)
--- 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>