Consider the following title block in pandoc-flavored Markdown:
% Higgelty Pigglety Pop!
or
There Must Be More to Life
% Maurice Sendak
Here, line breaks are part of the title. It is possible to reformat the title in order to insert it into regular text flow, e.g. "Higgelty Pigglety Pop! Or, There Must Be More to Life", but when not talked about but used on the title page of a document, preserving the line breaks is crucial. Depending on the style, it might look like this:
Higgelty Pigglety Pop! or There Must Be More to Life Maurice Sendak
My question: How can I achieve a proper multi-line title display in the output of pandoc?
A portable version would be preferred, but I'd also be content with a LaTeX-only hack.
## foo\`\\\`{=latex}bar
to force a linebreak in LaTeX/pdf output. Does that solve the problem? – tarleb Sep 05 '18 at 20:48