pandoc.lua

changeset 39
5fc5f93a8cad
parent 16
e377590e9b19
--- a/pandoc.lua	Mon Sep 07 09:14:53 2020 +0300
+++ b/pandoc.lua	Mon Sep 07 09:15:21 2020 +0300
@@ -10,7 +10,7 @@
     file = io.open(tmpname, 'w')
     file:write(str)
     cmd = 'pandoc --from=markdown --to=html "' .. tmpname .. '"'
-    io.stdout:write('Executing ' .. cmd .. '\n')
+    -- io.stdout:write('Executing ' .. cmd .. '\n')
     h = io.popen(cmd, 'r')
     result = h:read("*a")
     h:close()

mercurial