-
-
Notifications
You must be signed in to change notification settings - Fork 918
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
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> qualifications:<br /><ul><li>Qualification1</li><li>Qualification2</li></ul> <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
arnold-parge
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists