nozer / quill-delta-to-html

Converts Quill's delta ops to HTML
MIT License
404 stars 95 forks source link

Inline styles for checkboxes #99

Open robacarp opened 3 years ago

robacarp commented 3 years ago

I'd like to be able to swap out the html list item character for a literal check or unchecked box, but I'm missing where I might be able to make that hook without forking the project.

Is there an easy way to wrap or override the way that delta-to-html renders checkboxes?