mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
9187b4bca9
Closes #6265.
7 lines
80 B
Markdown
7 lines
80 B
Markdown
```
|
|
% pandoc -f markdown -t latex -M csquotes=true
|
|
"test"
|
|
^D
|
|
\enquote{test}
|
|
```
|