Describe the bug
On Android only, new lines with out trailing whitespace on Pullquotes use <br> to separate the lines when it should use a <p> tag
To Reproduce
Steps to reproduce the behavior:
- Add a new Pullquote block
- Start typing and make sure there are no trailing whitespace characters
- Press enter to create a new line
- Add a second line of text
- Switch to HTML view and note that the lines are split by a
<br> tag
- Add a new Pullquite block
- Start typing and add trailing whitespace
- Press enter to create a new line
- Add a second line of text
- Switch to HTML view and note that the lines are split with
<p> tags
Expected behavior
Multiple lines in a Pullquote without trailing whitespace should be split by <p> tags
Screenshots

Smartphone (please complete the following information):
- Device: Pixel 5
- OS: Android 11
- Version 16.4-rc-3
Describe the bug
On Android only, new lines with out trailing whitespace on Pullquotes use
<br>to separate the lines when it should use a<p>tagTo Reproduce
Steps to reproduce the behavior:
<br>tag<p>tagsExpected behavior
Multiple lines in a Pullquote without trailing whitespace should be split by
<p>tagsScreenshots

Smartphone (please complete the following information):