ee160d7c4c
LaTeX requires something before a line break, so we insert a `~` if no printable content has yet been emitted. Closes #2874.
152 B
152 B
% pandoc -f html -t latex
<a></a>
<br/>
^D
{}~\\
% pandoc -f html -t latex
<a name="foo"></a><br/>
^D
\protect\hypertarget{foo}{}{}~\\