diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-04-11 10:40:59 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-04-11 10:40:59 -0700 |
commit | 9187b4bca9fc42ad7ca865d1e691664a463c8924 (patch) | |
tree | e20f1c8d713caf6322249788306b2bcc9ec27480 /test/command | |
parent | dd06d6354081f478e99d864ac4343896ec887eda (diff) | |
download | pandoc-9187b4bca9fc42ad7ca865d1e691664a463c8924.tar.gz |
LaTeX writer: ensure that `-M csquotes` works even in fragment mode.
Closes #6265.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/6265.md | 6 |
1 files changed, 6 insertions, 0 deletions
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} +``` |