diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 22:24:15 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 22:24:15 -0500 |
commit | a63929f6cc7778ffc4ba57d784cdf2206ec650c7 (patch) | |
tree | ab4a853020436081f644be83737ff9e95230597b /IkiWiki/Plugin/mdwn.pm | |
parent | c923e0ba3377f85107ccea1933a042aaec675c77 (diff) | |
download | ikiwiki-a63929f6cc7778ffc4ba57d784cdf2206ec650c7.tar ikiwiki-a63929f6cc7778ffc4ba57d784cdf2206ec650c7.tar.gz |
Group related plugins into sections in the setup file, and drop unused rcs plugins from the setup file.
Diffstat (limited to 'IkiWiki/Plugin/mdwn.pm')
-rw-r--r-- | IkiWiki/Plugin/mdwn.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/mdwn.pm b/IkiWiki/Plugin/mdwn.pm index 3de59ef3d..4ddf097ba 100644 --- a/IkiWiki/Plugin/mdwn.pm +++ b/IkiWiki/Plugin/mdwn.pm @@ -16,6 +16,7 @@ sub getsetup () { plugin => { safe => 1, rebuild => 1, # format plugin + section => "core", }, multimarkdown => { type => "boolean", |