The recent plugin update seems to have corrected the problem for tables and definition lists, but unordered list items are still funky:
<ul class=”widefat fixed entry-detail-view”>
<li><strong>Your Name</strong>
<ul></ul>
</li>
<li>
<strong>
<li class=”entry-view-field-value”>test alumni</li>
</strong>
</li>
</ul>
<li><strong>High School</strong>
<ul></ul>
</li>
<li>
<strong>
<li class=”entry-view-field-value”>Santa Fe HS</li>
</strong>
</li>
etc…
And no closing </ul> at the very end of the list. Also, would be great if the “strong” tag disappeared and styling was left to CSS.
Thanks.