pull/17/head
parent
4ef9048f95
commit
a1f3f5e086
|
@ -63,8 +63,8 @@
|
||||||
pell.init({
|
pell.init({
|
||||||
element: editor,
|
element: editor,
|
||||||
onChange: (html) => {
|
onChange: (html) => {
|
||||||
markup.innerHTML = "HTML Output: <br /><br />";
|
// markup.innerHTML = "HTML Output: <br /><br />";
|
||||||
markup.innerText += html;
|
// markup.innerText += html;
|
||||||
contentTextArea.value = html;
|
contentTextArea.value = html;
|
||||||
// console.log(html)
|
// console.log(html)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue