Also see [[paragraphs and line breaks reasoning]] for creole's decisions.

!! Paragraphs
Blank line makes paragraph.

Creole:
{{{
This is my text.

This is more text.
}}}

Recommended XHTML:
{{{
<p>This is my text.</p>

<p>This is more text.</p>
}}}

Output:\\
This is my text.

This is more text.