when i am giving above html string to ReactQuill its rendering like below.
But my expectation is like below:
Its taking each br tag a new child and one li tag is getting added by quill. I have tried with matchVisual: false with some lineBreakMatchers but still its not working. Can anyone provide me a working solution.
Thank you in advance for the help.