aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-08-16 19:21:39 -0700
committerJohn MacFarlane <[email protected]>2025-08-17 17:45:36 +0200
commit2c857d379beea55210d7e130402e10a7e7b5e23c (patch)
tree111a1ffb312d9da54a768e4ad0afccb610b04655 /test
parentf1404e2d2fd4e389ada4ba34b8fca521f612b368 (diff)
Typst writer: add escapes to prevent inadvertent lists...
due to automatic wrapping. Also simplify existing code that was meant to do this. Closes #10047.
Diffstat (limited to 'test')
-rw-r--r--test/command/10047.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/10047.md b/test/command/10047.md
new file mode 100644
index 000000000..c651a1b43
--- /dev/null
+++ b/test/command/10047.md
@@ -0,0 +1,7 @@
+```
+% pandoc -t typst --wrap=auto
+Full-time study: 2001-2003; Thesis submission: Nov 2005; Award: Jul 2006.
+^D
+Full-time study: 2001-2003; Thesis submission: Nov 2005; Award: Jul
+\2006.
+```