Revert "Typst writer: fix escaping of quotes."

This reverts commit 04848401d5.

However, we retain the test for #11463, which didn't actually
need the reverted commit.

Closes #11788.
This commit is contained in:
John MacFarlane
2026-08-11 09:24:54 -07:00
parent d38c8594ae
commit 7c35a540d1
2 changed files with 6 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
```
% pandoc -t typst
„test“
^D
„test“
```