ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,735
- Points
- 823
Reputation:
Type "a<shift-enter><shift-enter>bc<backspace>"
Editor HTML before the backspace:
XML:
EditorHTML before the afterspace:
XML:
I'm fairly sure there are other actions which cause the <br> newline to be incorrectly deleted.
Continue reading...
Editor HTML before the backspace:
XML:
<p>a<br><br>bc</p>
EditorHTML before the afterspace:
XML:
<p>a<br>b</p>
I'm fairly sure there are other actions which cause the <br> newline to be incorrectly deleted.
Continue reading...