Paragraphs
If you simply skip a line, it creates a new paragraph. Paragraph indentation is not a common practice with markdown texts, but it is possible.
An example of text
Another example of text in another paragraph
Also in HTML
<p>An example of text.</p>
<p>Another example of text in another paragraph.</p>