From c79e66aeceff74b62c740775cd7074b4e85ed74b Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 25 Nov 2015 07:51:55 +0000 Subject: [PATCH] Changes to pandoc as discussed in #322 --- pages/common/pandoc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/pandoc.md b/pages/common/pandoc.md index 301c65301..6dd755dcc 100644 --- a/pages/common/pandoc.md +++ b/pages/common/pandoc.md @@ -2,6 +2,6 @@ > General markup converter -- Convert file to pdf +- Convert file to pdf (the output format is automatically determined from the output file's extension) -`pandoc -o {{output.pdf}} {{input.md}}` +`pandoc {{input.md}} -o {{output.pdf}}`