If I press Enter in a paragraph inside a list, it creates a new list item. However, there is no way to create another paragraph or heading inside the same list item. Are there any workarounds for this? I'm considering writing a custom format plugin to do this, but am wondering if there's an easier solution.
http://dev.ckeditor.com/ticket/5604 reports the same issue, but no workarounds have been suggested there.
Mon, 04/02/2012 - 16:51
#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".