Open
Description
- Start with a blank editor
- Add an
<unknown></unknown>
in HTML mode - Switch to visual and tap on the question mark to open an unknown element dialog
- Change the HTML to
<unknown><blockquote>a</blockquote></unknown>
- Tap on the Save button
- Notice that "a" incorrectly appears below the unknown block (without the quote style)
- Switch to HTML
- Notice it is
<unknown></unknown><blockquote>a</blockquote>
- Switch back to visual mode
- The quote style is now visible