From 114d77c2abac17d3e4676bb654f54535e0b809c9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 10 Feb 2020 08:59:19 -0800 Subject: Fix spurious dots in markdown_mmd metadata output Closes #6133 (regression). --- test/command/6133.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/command/6133.md (limited to 'test/command') diff --git a/test/command/6133.md b/test/command/6133.md new file mode 100644 index 000000000..f260356c2 --- /dev/null +++ b/test/command/6133.md @@ -0,0 +1,12 @@ +``` +% pandoc -f markdown_mmd -t markdown_mmd -s +author: Author +title: Title + +Some text +^D +author: Author +title: Title + +Some text +``` -- cgit v1.2.3