X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/afcf0dc79e59cdb7c0ac95898e16e7a21ab62121..d03000a8e36ab41a4654cb5caae7712bdc800c8e:/IkiWiki.pm diff --git a/IkiWiki.pm b/IkiWiki.pm index 8da2ddde4..b4c588c3a 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -606,7 +606,7 @@ sub preprocess ($$$;$$) { #{{{ my $command=shift; my $params=shift; if (length $escape) { - return "[[$command $params]]"; + return "\\[[$command $params]]"; } elsif (exists $hooks{preprocess}{$command}) { return "" if $scan && ! $hooks{preprocess}{$command}{scan};