add a long name for mdwn ("Markdown")

master
Jon Dowland 2009-05-16 13:59:27 +01:00
parent 30248df40a
commit 79510950f0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use IkiWiki 3.00;
sub import {
hook(type => "getsetup", id => "mdwn", call => \&getsetup);
hook(type => "htmlize", id => "mdwn", call => \&htmlize);
hook(type => "htmlize", id => "mdwn", call => \&htmlize, longname => "Markdown");
}
sub getsetup () {