Inserting Vertical Space in Pandoc Markdown

tlnagy picture tlnagy · Jan 11, 2014 · Viewed 18.2k times · Source

Is it possible to insert a extra vertical space using Pandoc flavored Markdown? Something that would show up as a blank line in a Word document or a <br> in HTML or \vspace in LaTeX. Or anything equivalent?

My problem is that I don't want a title for my reference list, but this puts my references too close to the preceding paragraph in both Word and in LaTeX.

Answer

John MacFarlane picture John MacFarlane · Jan 12, 2014

One way to do it is to insert a paragraph containing just a nonbreaking space.

You can use either of these forms in pandoc:

\_ (where "_" signifies a space)

&nbsp;