From b10ec911a9411107b4c37eda8011a63258e96945 Mon Sep 17 00:00:00 2001 From: Martin Hhnel Date: Sat, 20 Jan 2018 21:31:58 +0100 Subject: [PATCH] deleted --normalize argument which is not needed anymore --- pandoc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5