Hi David
Thanks
Not a specific list. I’m just writing the client documentation for their website and wanted to tell them how to vary the line-height in a bulleted list.
Wordpress is woeful with it’s options on lists.
With the headline block, I assume you mean create a headline with an icon as the bullet symbol and then duplicate the block for each line of your bulleted list.
I did think of that but it is a bit fiddly for the client.
I think my best option, if they regularly need a different spacing is to add a new ‘style’ to the gutenberg default list using wp.blocks.registerBlockStyle( ‘core/list’
with a class that I can style with css. Not as versatile but easier for the client.