diff options
Diffstat (limited to 'test/command/6265.md')
-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} +``` |