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

137 B

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