When writing long lines in a blockquote that are automatically wrapped, they are not continued inside a blockquote. Inserting manual line breaks work as expected. Example:
> Short lines work
> like this.
>
> Can even insert a new line down here.
> But when trying to insert a long line that is automatically wrapped, it doesn't
seem to work. No ">" is inserted at the beginning of the new line.