To clarify, what I’d like to have happen is something similar to:
<p>I'm the opening paragraph.</p>
<p>I'm the second paragraph.</p>
<div id="AdInserterPutMeHere"> <!-- 1st AdInserter Placement -->
<p>More content.</p>
<p>More content.</p>
<p>More content.</p>
</div> <!-- 2nd AdInserter placement -->
Instead I’m seeing this:
<p>I'm the opening paragraph.</p>
<p>I'm the second paragraph.</p>
<div id="AdInserterPutMeHere"></div> <!-- 1st AdInserter Placement -->
<p>More content.</p>
<p>More content.</p>
<p>More content.</p>
<div></div> <!-- 2nd AdInserter placement -->