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
typos
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
creole.pm
diff --git
a/IkiWiki/Plugin/creole.pm
b/IkiWiki/Plugin/creole.pm
index 3c46a48df1e43336763361d3a9d4f3ded41cf76a..a1e4b31d326c7d5d9f2480be501a09c1f43e0bbb 100644
(file)
--- a/
IkiWiki/Plugin/creole.pm
+++ b/
IkiWiki/Plugin/creole.pm
@@
-5,7
+5,7
@@
package IkiWiki::Plugin::creole;
use warnings;
use strict;
use warnings;
use strict;
-use IkiWiki
2
.00;
+use IkiWiki
3
.00;
sub import {
hook(type => "getsetup", id => "creole", call => \&getsetup);
sub import {
hook(type => "getsetup", id => "creole", call => \&getsetup);
@@
-17,6
+17,7
@@
sub getsetup {
plugin => {
safe => 1,
rebuild => 1, # format plugin
plugin => {
safe => 1,
rebuild => 1, # format plugin
+ section => "format",
},
}
},
}