diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-04-29 08:48:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-04-29 08:48:49 -0700 |
commit | d14c5f94df490996d12f8a56e29f927b9f9549e8 (patch) | |
tree | 9272519b7985445b1f4ac42e166ab7b40cdb359d /test/command | |
parent | 80e2e88287f43d88ea92a77779b25e161c81f67b (diff) | |
download | pandoc-d14c5f94df490996d12f8a56e29f927b9f9549e8.tar.gz |
Further improvements in smart quotes.
Improves heuristic for detection of an "open double quote."
Closes #2103.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/2103.md | 8 |
1 files changed, 8 insertions, 0 deletions
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!'' +``` |