mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 01:06:30 +00:00
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."]]