Commit c8e60ec9 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Active le mode "verbose" de pandoc.

parent a37dcb45
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -58,6 +58,7 @@ module.exports = grunt => { ...@@ -58,6 +58,7 @@ module.exports = grunt => {
cmd: (pres, env) => cmd: (pres, env) =>
[ [
"pandoc", "pandoc",
"--verbose",
"--from=markdown+smart", "--from=markdown+smart",
`../src/${pres}.md`, `../src/${pres}.md`,
"--to=revealjs", "--to=revealjs",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment