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