Whenever any block item with a float-left style command (div, table, image with caption) is placed in mid-sentence in a multi-sentence post paragraph, what SHOULD happen is that all sentences of the paragraph wrap smoothly and contiguously around the entire paragraph.
But what DOES happen is that the system automatically places a
tag after the last word before the placed block. And then, at the end of that placed block adds a <p> tag immediately in front of the second segment of the insertion-point sentence, breaking the structure of the paragraph and leaving a space break.
How do I stop this from happening? I want to achieve smooth text wraps around block items inserted mid-sentence into a paragraph.