mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-04 14:45:50 +00:00
This fixes an issue that occurs if an open paren comes right after e.g. `#strong[test]`. Closes #11210.
14 lines
178 B
Markdown
14 lines
178 B
Markdown
```
|
|
% 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.
|
|
|
|
```
|
|
|