This issue bugs me as well. In TinyMCE, for example, you can apply a block-level tag to a segment of an existing block tag that is defined by <br> tags. For example:
In TinyMCE, you could click inside the "Header 1" text and apply a block tag, such as an <h1>, to "Header 1", without affecting "Description stuff", and vice versa with applying a <p> tag to "Description stuff" without affecting "Header 1".
This issue bugs me as well.
This issue bugs me as well. In TinyMCE, for example, you can apply a block-level tag to a segment of an existing block tag that is defined by <br> tags. For example:
<ul>
<li>
Header 1<br>
Description stuff
</li>
</ul>
In TinyMCE, you could click inside the "Header 1" text and apply a block tag, such as an <h1>, to "Header 1", without affecting "Description stuff", and vice versa with applying a <p> tag to "Description stuff" without affecting "Header 1".