How to add new line in Markdown presentation?
I mean, something like \\newline in TeX.
\\newline
Just add \ at the end of line. For example
\
one\ two
Will become
one two
It's also better than two spaces because it's visible.