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.
return $content if $@;
# don't parse WikiLinks, ikiwiki already does
return $content if $@;
# don't parse WikiLinks, ikiwiki already does
- creole_link(sub { return shift });
+ creole_custombarelinks();
return creole_parse($content);
} # }}}
return creole_parse($content);
} # }}}