I am trying to get HTML code from delta on Quill.
This is my code
<
in order to get any extra spaces the user has inserted, I use
this.editor.root.innerHTML.split(' ').join(' ')
(note, there are two spaces in the split and one space in the join!)
split
join