pandoc/test/command/6265.md

7 lines
80 B
Markdown
Raw Normal View History

```
% pandoc -f markdown -t latex -M csquotes=true
"test"
^D
\enquote{test}
```