From d14c5f94df490996d12f8a56e29f927b9f9549e8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 29 Apr 2021 08:48:49 -0700 Subject: Further improvements in smart quotes. Improves heuristic for detection of an "open double quote." Closes #2103. --- test/command/2103.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/command/2103.md (limited to 'test/command') diff --git a/test/command/2103.md b/test/command/2103.md new file mode 100644 index 000000000..14a522a5e --- /dev/null +++ b/test/command/2103.md @@ -0,0 +1,8 @@ +``` +pandoc -t latex +| A happy pandoc user said "fix this bug please +| or I'll go crazy!" +^D +A happy pandoc user said ``fix this bug please\\ +or I'll go crazy!'' +``` -- cgit v1.2.3