Use case: I want to use the simpler UI to edit the list entries than a structure but I need to assemble the html myself in order to inject css-styleable icons (can’t use background-image)
To replace: explode('</li><li>', preg_replace('/(^<ul><li>|<\/li><\/ul>$)/', '', $block->list()->value()))
This has to account for nested lists