From eabafab8e4aa15fd47bd8bf4a20face7d12e5e30 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 16 Sep 2006 01:53:14 +0000 Subject: [PATCH 1/1] oops... --- IkiWiki/Plugin/mdwn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.45.0