Files
pandoc/test/command/6265.md
T
2020-04-11 10:40:59 -07:00

7 lines
80 B
Markdown

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