X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1b6b4da3a3fd34b7ac9bf3d7e7928af4bc35b81f..985a34b09e8b856e700b9ecccd707cb54e9fc659:/IkiWiki/Plugin/creole.pm diff --git a/IkiWiki/Plugin/creole.pm b/IkiWiki/Plugin/creole.pm index a259f49eb..0c857d125 100644 --- a/IkiWiki/Plugin/creole.pm +++ b/IkiWiki/Plugin/creole.pm @@ -19,8 +19,8 @@ sub htmlize (@) { #{{{ return $content if $@; # don't parse WikiLinks, ikiwiki already does - creole_link(sub { return shift }); creole_customlinks(); + creole_custombarelinks(); return creole_parse($content); } # }}}