How to add new line in Markdown presentation?
I mean, something like \\newline in TeX.
\\newline
It depends on what kind of markdown parser you're using. For example in showdownjs there is an option {simpleLineBreaks: true} which gives corresponding html for the following md input:
{simpleLineBreaks: true}
a line wrapped in two