mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-04 22:55:43 +00:00
7 lines
80 B
Markdown
7 lines
80 B
Markdown
```
|
|
% pandoc -f markdown -t latex -M csquotes=true
|
|
"test"
|
|
^D
|
|
\enquote{test}
|
|
```
|