I have a list in the content body of an entry that is receiving
between list items. The body field is textarea, XHTML.
Attached are two screenshots. The first is the list applied directly to the template and is correct. The second is the list rendered via the body field. In both cases the codes are:
<ul class="list-group">
<li class="list-group-item">Cras justo odio</li>
<li class="list-group-item">Dapibus ac facilisis in</li>
<li class="list-group-item">Morbi leo risus</li>
<li class="list-group-item">Porta ac consectetur ac</li>
<li class="list-group-item">Vestibulum at eros</li>
</ul>