mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
c21177b113
Previously we tried to match curly quotes as well as straight quotes, producing Quoted inlines. But it seems better just to assume that those who use curly quotes want them passed through verbatim. This also fixes an (unintended) bug whereby curly single left quotes would sometimes be changed to single right quotes. Closes #10610.
203 B
203 B
% pandoc -t latex --wrap=preserve
hi there?“
hi there!“
hi there?‘
hi there!‘
hi there!
^D
hi there?{\kern0pt}``
hi there!{\kern0pt}``
hi there?{\kern0pt}`
hi there!{\kern0pt}`
hi there!