From 93ee73e1dc0405ddf71417d907656c2a8726f133 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 29 Mar 2019 10:04:22 -0700 Subject: LaTeX writer: Avoid inadvertently creating ?` or !` ligatures. These are upside down ? and !, resp. Closes #5407. --- test/command/5407.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/command/5407.md (limited to 'test') diff --git a/test/command/5407.md b/test/command/5407.md new file mode 100644 index 000000000..ac9bed29d --- /dev/null +++ b/test/command/5407.md @@ -0,0 +1,14 @@ +``` +% pandoc -t latex --wrap=preserve +hi there?“ +hi there!“ +hi there?‘ +hi there!‘ +hi there! +^D +hi there?{}`` +hi there!{}`` +hi there?{}` +hi there!{}` +hi there! +``` -- cgit v1.2.3