X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/afcf0dc79e59cdb7c0ac95898e16e7a21ab62121..ee9153ab4254a9bc92b5bc403907db9538723c02:/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};