pandoc/test/command/3257.md

14 lines
149 B
Markdown
Raw Normal View History

```
% pandoc -t native
(i<j)
^D
[ Para [ Str "(i<j)" ] ]
```
```
% pandoc -t native
i<j-1, j>k
^D
[ Para [ Str "i<j-1," , Space , Str "j>k" ] ]
```