Convert Quill Delta to HTML

Not very elegant, but this is how I had to do it. function quillGetHTML(inputDelta) { var tempCont = document.createElement(“div”); (new Quill(tempCont)).setContents(inputDelta); return tempCont.getElementsByClassName(“ql-editor”)[0].innerHTML; } Obviously this needs quill.js.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)