mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
8a0e522c39
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.
81 B
81 B
% pandoc -t typst --wrap=preserve
**- a -
- b**
^D
#strong[\- a -
\- b]