Files
John MacFarlane 3d6439ad15 Typst writer: Escape open paren after non-space.
This fixes an issue that occurs if an open paren comes
right after e.g. `#strong[test]`.

Closes #11210.
2025-10-13 12:11:29 +02:00

178 B

% pandoc -t typst -f man
.PP
.IR login (1)
.PP
and a regular (paren) that should not be escaped.
^D
#emph[login]\(1)

and a regular (paren) that should not be escaped.