From 91d4283263cc648efdd41e8c391477dd962db8ce Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 20 Jul 2019 17:08:05 -0700 Subject: 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. --- test/command/3324.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/command/3324.md (limited to 'test/command') diff --git a/test/command/3324.md b/test/command/3324.md new file mode 100644 index 000000000..9e9228ed1 --- /dev/null +++ b/test/command/3324.md @@ -0,0 +1,18 @@ +``` +pandoc -t latex +Signatures + +\ +\ +___________________________\ +Peter Foobar\ +*The Foo Company* +^D +Signatures + +\hfill\break +\hfill\break +\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\\ +Peter Foobar\\ +\emph{The Foo Company} +``` -- cgit v1.2.3