We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc1ad2 commit bb883e9Copy full SHA for bb883e9
index.html
@@ -20,6 +20,6 @@
20
</textarea>
21
<iframe id=f></iframe>
22
<script>
23
-onload=oninput=function(){console.clear();f.srcdoc=t.value};
24
-CodeMirror.fromTextArea(t,{lineNumbers:true,mode:"htmlmixed"});
+onload=oninput=function(){console.clear();f.srcdoc=e.getValue()};
+e=CodeMirror.fromTextArea(t,{lineNumbers:true,mode:"htmlmixed"});
25
</script>
0 commit comments