I might be missing something in the documentation, but is there a way to apply smartypants formatting to blocks? When I apply it like this $page->field()->toBlocks()->smartypants() no blocks appear… and doing it before toBlocks() just spits out the raw block data.
I think you have to apply the smartypants method on the relevant text fields in each block snippet. It is a field method, after all. I wonder if there is a way to apply it more globally.