From: joey Date: Sat, 16 Sep 2006 01:53:14 +0000 (+0000) Subject: oops... X-Git-Tag: 1.27~63 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/eabafab8e4aa15fd47bd8bf4a20face7d12e5e30 oops... --- diff --git a/IkiWiki/Plugin/mdwn.pm b/IkiWiki/Plugin/mdwn.pm index c871e2a4d..625f77f21 100644 --- a/IkiWiki/Plugin/mdwn.pm +++ b/IkiWiki/Plugin/mdwn.pm @@ -44,7 +44,7 @@ sub htmlize (@) { #{{{ # Workaround for perl bug (#376329) $content=Encode::encode_utf8($content); $content=Encode::encode_utf8($content); - $content=Markdown::Markdown($content); + $content=&$markdown_sub($content); $content=Encode::decode_utf8($content); $content=Encode::decode_utf8($content);