From 80f6d7a62539817c08f41ea46159c05ce9bc2915 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Nov 2019 21:10:37 +0000 Subject: test/test: tell pandoc that input is markdown Signed-off-by: Sean Whitton --- test/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test b/test/test index a086d91..63d4a63 100755 --- a/test/test +++ b/test/test @@ -34,7 +34,7 @@ print "testing with ".(`pandoc --version`)[0]; system "pandoc -s --filter pandoc-citeproc --bibliography=test.bib". " --filter pandoc-citeproc-preamble". " -M citeproc-preamble=../examples/default.latex". - " test.mdwn -o $output"; + " test.mdwn -f markdown -o $output"; # simple finite state machine to check that the preamble was inserted # in the right place -- cgit v1.2.3