Files
John MacFarlane 8a0e522c39 Typst writer: ensure that -, +, etc. are escaped at beginning of block.
Our recent relaxing of escaping (#9386) caused problems for
things like emphasized `-` characters that were rendered using
`#strong[-]#`.  This now gets rendered as `#strong[\-]`.

Closes #9478.
2024-02-19 08:52:37 -08:00

81 B

% pandoc -t typst --wrap=preserve
**- a -
- b**
^D
#strong[\- a -
\- b]