Files
John MacFarlane 04848401d5 Typst writer: fix escaping of quotes.
All quotes should be escaped the same way with `smart`; previously
we were treating right and left single quote differently.

Closes #11463.
2026-02-13 11:01:37 +01:00

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 \'