Remove paragraph from list items (v2) #1341
-
By default, all list items seem to have a paragraph inside them. I'm using the the official extensions: <ul>
<li><p>This is a list item</p></li>
</ul> Is there a way to remove them? Specifically, to only allow inline elements inside of a list item? I've tried changing the Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think this default behavior comes from Prosemirror, maybe this thread can help? |
Beta Was this translation helpful? Give feedback.
I think this default behavior comes from Prosemirror, maybe this thread can help?
https://discuss.prosemirror.net/t/lists-paragraph-inside-li-instead-of-new-list-item/455