The following HTML renders differently on Android when using the native HTML vs HtmlConverterCompose:
<ul>
<li>Our client is facing insurmountable financial difficulties</li>
<li>
<ul>
<li>including job loss and unexpected medical expenses</li>
</ul>
</li>
</ul>
Native:

HtmlConverterCompose:

The following HTML renders differently on Android when using the native HTML vs HtmlConverterCompose:
Native:

HtmlConverterCompose:
