projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30248df
)
add a long name for mdwn ("Markdown")
author
Jon Dowland
<jon@alcopop.org>
Sat, 16 May 2009 12:59:27 +0000
(13:59 +0100)
committer
Jon Dowland
<jon@alcopop.org>
Sat, 16 May 2009 12:59:27 +0000
(13:59 +0100)
IkiWiki/Plugin/mdwn.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/mdwn.pm
b/IkiWiki/Plugin/mdwn.pm
index 0e134c8224f470c6cc101e0b14e6106c44a541e6..c62780cb892b37a9c5dd8b6c5230bdd4e4567d2e 100644
(file)
--- a/
IkiWiki/Plugin/mdwn.pm
+++ b/
IkiWiki/Plugin/mdwn.pm
@@
-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 () {