We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff9c3c commit 70bf87cCopy full SHA for 70bf87c
edit/makeEditor.js
@@ -1,5 +1,6 @@
1
var target = document.querySelector("#content");
2
var div = document.getElementById("preview")
3
+div.innerHTML = target.value
4
5
var observer = new MutationObserver(function(mutations) {
6
mutations.forEach(function(mutation) {
0 commit comments