I think this is a relatively recent regression. `\ ` at the start of a line normally gets treated as a space: > pandoc one \ two three

one

two

three

But if it's in a table, it gets preserved now. HTML below: > pandoc one | one ----|--- two | two \ | three
one one
two two
\ three
Native output looks like this: [Table [] [AlignDefault,AlignDefault] [0.0,0.0] [[Plain [Str "one"]] ,[Plain [Str "one"]]] [[[Plain [Str "two"]] ,[Plain [Str "two"]]] ,[[Plain [Str "\\"]] ,[Plain [Str "three"]]]]] Versus this for the non-table version: [Para [Str "one"] ,Para [Str "\160two"] ,Para [Str "three"]] This has only started recently. I noticed it today in a document I last processed in October 2017. -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/1f5e2447-795b-45d4-991b-ed5a55ea706c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.