Forcing a line break
It is annoying that WordPress’ editor, after years, STILL does not allow you to put in line breaks. It removes them.
A way to trick it is to put in the following code:
<div style="height: 1.4em; visibility: hidden;">ANY_CHARACTER_HERE</div>



