List items are one of the core semantic elements in rich text. They are not displayed properly on the Android app. Without proper list items, content editors currently have to resort to using
A proper list should have HTML resembling the following:
<p>
Please note the following drop policies: <strong>The form must be submitted by January 29, 2021.</strong>
</p>
<ul>
<li>For priority consideration, the form must be submitted by December 4, 2020.</li>
<li>Due to limitations in the master schedule, changes are not guaranteed.</li>
<li>You must continue attending your current class until you receive a new schedule from the counselor.</li>
...
</ul>
Its default rendering is:

In the actual app however, the markup is ignored:

AHS Mobile v.3.1.1
Android v.5.1.1
LG G Stylo
List items are one of the core semantic elements in rich text. They are not displayed properly on the Android app. Without proper list items, content editors currently have to resort to using
A proper list should have HTML resembling the following:
Its default rendering is:

In the actual app however, the markup is ignored:

AHS Mobile v.3.1.1
Android v.5.1.1
LG G Stylo