X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0df2ad5dfe1d896520eceabfe362891f68ed3165..a9fb41084613bbc4c53faeb33ee90a6eb6c52533:/IkiWiki/Plugin/mdwn.pm?ds=inline 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);