KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.78k stars 259 forks source link

List bullet and ordered #1896

Closed LeonardoGoPe closed 3 months ago

LeonardoGoPe commented 3 months ago

Hi,

I use version 25.3.2 with Angular 17.x , when I want to add the bullet format, the ordered format is added image

What could be the possible problem?

KillerCodeMonkey commented 3 months ago

I guess you upgraded from quill v1 to v2. So there are some changes how lists are build and v2 does not recognize bullet / numbered lists as HTML from v1.

KillerCodeMonkey commented 3 months ago

There are already some issues about it https://github.com/slab/quill/issues/4289

LeonardoGoPe commented 3 months ago

I really appreciate your time to respond, indeed, returning to v1 the problem was solved. Thank you so much!