mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-12 04:17:16 +00:00
04848401d5
All quotes should be escaped the same way with `smart`; previously we were treating right and left single quote differently. Closes #11463.
165 B
165 B
% pandoc -t typst
'hi' and \'
^D
'hi' and \'
% pandoc -f markdown -t typst | pandoc -f typst -t markdown
"hi" \" 'hi' and \'
^D
"hi" \" 'hi' and \'