pandoc/test/command/7953.md

12 lines
175 B
Markdown
Raw Normal View History

```
% pandoc -f latex -t native
{foo\bgroup bar\egroup }
^D
[ Para
[ Span
( "" , [] , [] )
[ Str "foo" , Span ( "" , [] , [] ) [ Str "bar" ] ]
]
]
```