To get the HTML from Quill JS use quill.root.innerHTML
.
Example
01: var quill = new Quill('#el', {
02: theme: 'snow'
03: });
04:
05: console.log(quill.root.innerHTML)
Here is another article you might like 😊 How To Replace The Default 404 Error Page In Laravel 10