From 9187b4bca9fc42ad7ca865d1e691664a463c8924 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 11 Apr 2020 10:40:59 -0700 Subject: LaTeX writer: ensure that `-M csquotes` works even in fragment mode. Closes #6265. --- test/command/6265.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/6265.md (limited to 'test/command/6265.md') diff --git a/test/command/6265.md b/test/command/6265.md new file mode 100644 index 000000000..7b2ada37e --- /dev/null +++ b/test/command/6265.md @@ -0,0 +1,6 @@ +``` +% pandoc -f markdown -t latex -M csquotes=true +"test" +^D +\enquote{test} +``` -- cgit v1.2.3