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 830ada5 commit 2a8b337Copy full SHA for 2a8b337
MarkupL.html
@@ -3,5 +3,6 @@
3
i=document.getElementById("i").value
4
document.getElementById("o").innerHTML=i
5
}
6
+</script>
7
<textarea id="i" placeholder="input" /><button onclick="main()">submit</button><br>
8
<textarea id="o" placeholder="output" read-only />
0 commit comments