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.
To create vertical space (Markdown to PDF), I use This command works like \vspace{12pt} for latex. Fantastic!
Pandoc can convert between numerous markup and word processing formats, including, but not limited to, various flavors of Markdown, HTML, LaTeX and Word docx.
You can use the program pandoc on the SCF Linux and Mac machines (via the terminal window) to convert from formats such as HTML, LaTeX and Markdown to formats such as HTML, LaTeX, Word, OpenOffice, and PDF, among others.
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)
For pdf, do the following (replace the s with space): \s\s
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With