add a long name for mdwn ("Markdown")
authorJon Dowland <jon@alcopop.org>
Sat, 16 May 2009 12:59:27 +0000 (13:59 +0100)
committerJon Dowland <jon@alcopop.org>
Sat, 16 May 2009 12:59:27 +0000 (13:59 +0100)
IkiWiki/Plugin/mdwn.pm

index 0e134c8224f470c6cc101e0b14e6106c44a541e6..c62780cb892b37a9c5dd8b6c5230bdd4e4567d2e 100644 (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 () {