From 4a9567595a1e7daae0810986187391824db3f14a Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sat, 21 Jun 2008 03:35:49 +0200 Subject: [PATCH] Disable handling of "bare" links by the creole plugin. This change needs libtext-wikicreole-perl (>= 0.05-2). Also removing custom link function, there's no need for it - if it is not defined, the unmodified markup will be returned. --- IkiWiki/Plugin/creole.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } # }}} -- 2.44.0