Have the option for the WYSIWYG editor to insert the [br] BBCode tag instead of inserting linebreaks into the BBCode.
From
[b]Line 1[/b]
[i]Line 2[/i]
To
[b]Line 1[/b][br][i]Line 2[/i]
WYSIWYG View:
Line 1Line 2
This allows for finer-grained control of linebreaks and when combined with a server-side parser that takes advantage of this, allows for better structured and more expressive BBCode without messing with the final result.
Have the option for the WYSIWYG editor to insert the [br] BBCode tag instead of inserting linebreaks into the BBCode.
From
To
WYSIWYG View: Line 1 Line 2
This allows for finer-grained control of linebreaks and when combined with a server-side parser that takes advantage of this, allows for better structured and more expressive BBCode without messing with the final result.