From c366fab2cba3238a4d262fefdfe03d8acf813cf1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 1 Jun 2017 12:30:58 +0200 Subject: Markdown writer: Avoid inline surround-marking with empty content. E.g. we don't want `` to become `****`. Similarly for emphasis, super/subscript, strikeout. Closes #3715. --- test/command/3715.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/command/3715.md (limited to 'test') diff --git a/test/command/3715.md b/test/command/3715.md new file mode 100644 index 000000000..9d74779cb --- /dev/null +++ b/test/command/3715.md @@ -0,0 +1,15 @@ +``` +% pandoc -t markdown -f html --wrap=preserve +xx +yy +zz +ww +qq +^D +xx +yy +zz +ww +qq +``` + -- cgit v1.2.3