Closed dsanson closed 13 years ago
Sure (tested re-enabling it and it seems fine). It shouldn't be needed if the user enables hard line breaking, though, because then there are never spaces on the the end of lines.
Commit b6eb674a5907540e0fcf89ed7342da512ebb3e19 fixes this issue.
It shouldn't be needed if the user enables hard line breaking, though, because then there are never spaces on the the end of lines.
No, its still needed, because it is the way to tell pandoc to insert a hardbreak (for this reason, we should also support the "escaped linebreak" syntax:
this is a line\
and this is another.
OK. Added support for escaped linebreaks in 17a881a2f3591f84650ad421a6a0317ed59b873a.
Can we add this back? Here are the old regexes:
and then