]> git.g-eek.se Git - ikiwiki-pandoc.git/commitdiff
deleted --normalize argument which is not needed anymore
authorMartin Hhnel <martinopenmedi@gmail.com>
Sat, 20 Jan 2018 20:31:58 +0000 (21:31 +0100)
committerMartin Hhnel <martinopenmedi@gmail.com>
Sat, 20 Jan 2018 20:31:58 +0000 (21:31 +0100)
pandoc.pm

index 25081ef1207d1203637f3f345a2e688bb881d82d..69b53030cbbc8d1ee7e2af8bf824492ec8b6b721 100755 (executable)
--- 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)