Is it possible to extend quill to support a <br> inside of an <li>?
问题 I would like to be able to achieve something like the following in Quill: <ul> <li>Something<br> Else </li> </ul> Out of the box, Quill removes the br and does not support adding a br inside of an li with either insertText(..., '\n', ...) or user editing. I see how I can register a keyboard binding to handle, for example, "shift-enter" to be able to author content like this and it seems like both something that is possible to represent in Parchment and that there are the Blots to represent