Examples of modifying tags for lists or similar?

I noticed that when creating a list with default settings there appears be a paragraph tag inside of each list item. Is it possible to have bare list items? And if so, what is the correct mechanism for changing them?

Thanks!

You could create a schema where list_item nodes contain inline elements rather than block, as they do in the default schema.

1 Like

@marijn Would it be possible to see an example of how this could be implemented?

Current if I try and override the content with either inline or text is doesn’t create the parent list at all.