Skip to content

Not rendering content properly with multiple UL/LI tag #182

@premtemp1

Description

@premtemp1

Hello,
The plugin is not rendering the html content in proper order for UL/LI tag.

This is my flutter snippet

child: Html( defaultTextStyle: TextStyle(fontSize: 16.0), //data: jobDetail.description, data: "responsibilities:<br /> <ul><li>Responsibility1</li><li>Responsibility2</li><li>Responsibility3</li></ul>&nbsp; qualifications:<br /><ul><li>Qualification1</li><li>Qualification2</li></ul>&nbsp;<br /> ", ),

This is how it renders after parsing
responsibilities
qualifications

  • Responsibility1
  • Responsibility2
  • Responsibility3
  • Qualification
  • Qualification

As you can see it is not rendering properly. It is rendering the LI tag at the end.

Thanks for your help

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions