Files
pandoc/test/command/9555.md
2024-03-10 11:42:40 -07:00

14 lines
195 B
Markdown

```
% pandoc -t native -f latex
a\@ b\@c
\makeatletter
a\@ b\@c
\makeatother
a\@ b\@c
^D
[ Para [ Str "a" , Space , Str "bc" ]
, Para [ Str "ab" , SoftBreak , Str "a" , Space , Str "bc" ]
]
```