91d4283263
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.
18 lines
237 B
Markdown
18 lines
237 B
Markdown
```
|
|
pandoc -t latex
|
|
Signatures
|
|
|
|
\
|
|
\
|
|
___________________________\
|
|
Peter Foobar\
|
|
*The Foo Company*
|
|
^D
|
|
Signatures
|
|
|
|
\hfill\break
|
|
\hfill\break
|
|
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\\
|
|
Peter Foobar\\
|
|
\emph{The Foo Company}
|
|
```
|