I am trying to get HTML code from delta on Quill.
This is my code
<
I just use - $("#form").find('#quill-editor .ql-editor').html();
where #form is the containing form of your editor...