aboutsummaryrefslogtreecommitdiff
path: root/test/command/6265.md
blob: 7b2ada37ea3f91bc5e018969b6c075a038ee6636 (plain)
1
2
3
4
5
6
```
% pandoc -f markdown -t latex -M csquotes=true
"test"
^D
\enquote{test}
```