jmplahitko
Results
2
comments of
jmplahitko
I found that the while the html within the editor is rendering ordered lists instead of unordered lists, using quill.getSemanticHtml() will correctly return unordered list elements. Not sure if this...
This can be a workaround: ```css .ql-editor li[data-list="bullet"] { list-style-type: disc; } ```