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
tag2
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
txt.pm
diff --git
a/IkiWiki/Plugin/txt.pm
b/IkiWiki/Plugin/txt.pm
index e157bf07e1eff1b66c93f1ddc4b018846e42cfe8..1ed9f0856fe0d8589aede718651110a228e60a4a 100644
(file)
--- a/
IkiWiki/Plugin/txt.pm
+++ b/
IkiWiki/Plugin/txt.pm
@@
-8,7
+8,7
@@
package IkiWiki::Plugin::txt;
use warnings;
use strict;
use warnings;
use strict;
-use IkiWiki
2
.00;
+use IkiWiki
3
.00;
use HTML::Entities;
my $findurl=0;
use HTML::Entities;
my $findurl=0;
@@
-24,13
+24,14
@@
sub import {
}
}
}
}
-sub getsetup () {
#{{{
+sub getsetup () {
return
plugin => {
safe => 1,
rebuild => 1, # format plugin
return
plugin => {
safe => 1,
rebuild => 1, # format plugin
+ section => "format",
},
},
-}
#}}}
+}
# We use filter to convert raw text to HTML
# (htmlize is called after other plugins insert HTML)
# We use filter to convert raw text to HTML
# (htmlize is called after other plugins insert HTML)