From c8e60ec95407d709d269854ab714ca8993ab8f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Sun, 20 Oct 2019 00:40:45 +0200 Subject: [PATCH] Active le mode "verbose" de pandoc. --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index e5bb5e7..911ebc3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -58,6 +58,7 @@ module.exports = grunt => { cmd: (pres, env) => [ "pandoc", + "--verbose", "--from=markdown+smart", `../src/${pres}.md`, "--to=revealjs", -- GitLab