Currently regular blocks are a <div> with newlines added as a <br> (unless you convert a line to another type and back). It would allow more flexible styling (and arguably be more semantic) to default to a <p> tag with enter adding a new tag, and shift+enter adding a <br>. This could be added as an opt-in for backwards compatibility.
Currently regular blocks are a
<div>with newlines added as a<br>(unless you convert a line to another type and back). It would allow more flexible styling (and arguably be more semantic) to default to a<p>tag withenteradding a new tag, andshift+enteradding a<br>. This could be added as an opt-in for backwards compatibility.