Skip to content

<li> List items in article not displayed properly #1

@xingyzt

Description

@xingyzt

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

*item1
*item2

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:
image

In the actual app however, the markup is ignored:
image

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions