How to remove trailingBreak from inside a custom block node

Blocks with inline content are rendered with a trailing <br>. If those nodes are actually inline, that <br> won’t change the way the browser displays the node. If you’re using flexbox or something, it might be better to mark those inner nodes as blocks instead.