You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.