From: Martin Hhnel Date: Sat, 20 Jan 2018 20:31:58 +0000 (+0100) Subject: deleted --normalize argument which is not needed anymore X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=b10ec911a9411107b4c37eda8011a63258e96945;p=ikiwiki-pandoc.git deleted --normalize argument which is not needed anymore --- diff --git a/pandoc.pm b/pandoc.pm index 25081ef..69b5303 100755 --- a/pandoc.pm +++ b/pandoc.pm @@ -412,7 +412,7 @@ sub htmlize ($@) { my $to_json_pid = open2(*JSON_OUT, *PANDOC_OUT, $command, '-f', $format, '-t', 'json', - @args, '--normalize'); + @args); error("Unable to open $command") unless $to_json_pid; # Workaround for perl bug (#376329)