67b6abc806
This should be a nonbreaking space, as long as it's not followed by a blank line. This has been fixed at the tokenizer level. Closes #4134.
279 B
279 B
% pandoc -f latex -t native
Hello.\
world.
^D
[Para [Str "Hello.\160world."]]
% pandoc -f latex -t native
Hello.\
world.
^D
[Para [Str "Hello.\160world."]]
% pandoc -f latex -t native
Hello.\
World.
^D
[Para [Str "Hello.\160"]
,Para [Str "World."]]