pandoc/test/command/3324.md
John MacFarlane 91d4283263 LaTeX writer: fix line breaks at start of paragraph.
Previously we just omitted these. Now we render them
using `\hfill\break` instead of `\\`.  This is a revision
of a PR by @sabine (#5591) who should be credited with the
idea.

Closes #3324.
2019-07-20 17:12:53 -07:00

237 B

pandoc -t latex
Signatures

\
\
___________________________\
Peter Foobar\
*The Foo Company*
^D
Signatures

\hfill\break
\hfill\break
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\\
Peter Foobar\\
\emph{The Foo Company}