use warnings;
use strict;
-use IkiWiki 2.00;
+use IkiWiki 3.00;
use Encode;
sub import {
hook(type => "getsetup", id => "textile", call => \&getsetup);
- hook(type => "htmlize", id => "txtl", call => \&htmlize);
+ hook(type => "htmlize", id => "txtl", call => \&htmlize, longname => "Textile");
}
sub getsetup () {