Example:
> First line.
> The second sentence in the first line.
>
> Second line.
Expected output:
<blockquote>
<p>
First line.
The second sentence in the first line.
</p>
<p>Second line.</p>
</blockquote>
As for gfm alerts, just the same:
> [!Note]
> This is the first line.
>
> Second line.