CatHood0 / flutter_quill_delta_from_html

Convert easily HTML inputs content to Quill Delta format
https://pub.dev/packages/flutter_quill_delta_from_html
MIT License
3 stars 17 forks source link

Spaces outside the tag on both sides are lost #10

Open ddxl123 opened 1 month ago

ddxl123 commented 1 month ago

example:

I <strong>love</strong> programming.

lost:

Iloveprogramming.

example:

I <strong> love </strong> programming.

normal:

I love programming.
CatHood0 commented 1 month ago

I'll check it as soon as i can. Thanks for reporting it.

Uche01 commented 1 week ago

Yes @ddxl123 this is same issue I experienced. @CatHood0 kindly do. Very helpful package BTW