pandoc/test/command/5410.md
John MacFarlane e4cca4cf67 Roff readers: better parsing of groups.
We now allow groups where the closing `\\}` isn't at the
beginning of a line.

Closes #5410.
2019-09-04 09:24:42 -07:00

7 lines
72 B
Markdown

```
% pandoc -f man -t native
.ie n \{\
'br\}
^D
[Para [LineBreak]]
```