defect
(User-visible)
When you insert a code snippet into an HTML field using the editor, the formatting works because it creates a nested structure of `pre ` and `code ` tags. If you paste HTML from another source into the HTML field that contains "normal" ` pre` tags, these collapse into a single line:
Test
- View the HTML field in edit mode.
- In the Source Code Inspector, insert a `pre` node with multi-line content into the field.
- Make another change directly in the HTML editor.
- Save.
- The text in the `pre` field must not collapse.