From 65c4efeb5924613d7805ec17f9cc4e03fde00531 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Feb 2017 23:54:30 +0100 Subject: Added test case for variables/metadata in Markdown writer. --- test/command/vars-and-metadata.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/command/vars-and-metadata.md (limited to 'test/command') diff --git a/test/command/vars-and-metadata.md b/test/command/vars-and-metadata.md new file mode 100644 index 000000000..c3dc895af --- /dev/null +++ b/test/command/vars-and-metadata.md @@ -0,0 +1,15 @@ +Variables should not leak into metadata in the Markdown writer: + +``` +% pandoc -t markdown -Vfoo=1 -Vbar=2 -s +--- +foo: x +... +zib +^D +--- +foo: x +--- + +zib +``` -- cgit v1.2.3