Missing space in excerpt of a block field

My block field contains <p>some words.</p><p>some more</p>
The excerpt text()->toBlocks()->excerpt(20, true) returns this:

”some words.some more”

so technically right, but not useful. Is there a simple soluion? I want to remove the h2, p, …-tags but I want to keep a space so it is still readable.