comments: don't rely on mdwn getting loaded first
parent
ebe140201e
commit
9d92fd5eb0
|
@ -17,8 +17,7 @@ sub import { #{{{
|
||||||
hook(type => "getsetup", id => 'comments', call => \&getsetup);
|
hook(type => "getsetup", id => 'comments', call => \&getsetup);
|
||||||
hook(type => "preprocess", id => 'comments', call => \&preprocess);
|
hook(type => "preprocess", id => 'comments', call => \&preprocess);
|
||||||
hook(type => "sessioncgi", id => 'comment', call => \&sessioncgi);
|
hook(type => "sessioncgi", id => 'comment', call => \&sessioncgi);
|
||||||
hook(type => "htmlize", id => "_comment",
|
hook(type => "htmlize", id => "_comment", call => \&htmlize);
|
||||||
call => \&IkiWiki::Plugin::mdwn::htmlize);
|
|
||||||
IkiWiki::loadplugin("inline");
|
IkiWiki::loadplugin("inline");
|
||||||
IkiWiki::loadplugin("mdwn");
|
IkiWiki::loadplugin("mdwn");
|
||||||
} # }}}
|
} # }}}
|
||||||
|
|
Loading…
Reference in New Issue