I love the plugin, but I can't use it because it alters my HTML structure. When I activate the plugin, it moves my article tag and my containing wrapper tag. Here's an example:
Default Template:
<p>Text from post.</p>
<footer>
<p>Some meta.</p>
</footer>
</article>
</div><!-- .wrapper -->
With plugin activated:
<p>Text from post.</p>
</article>
</div><!-- .wrapper -->
<footer>
<p>Some meta.</p>
</footer>
Anyways, lets hope this gets fixed.