pandoc/test/command/3257.md
John MacFarlane 87f99f3fdf HTML reader: Better sanity checks on raw HTML.
This also affects the Markdown reader.

Closes #3257.
2017-03-18 22:43:57 +01:00

13 lines
137 B
Markdown

```
% 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"]]
```