We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9bf51 commit 510aba8Copy full SHA for 510aba8
scripts/web_startup.js
@@ -87,7 +87,7 @@ function sync_css() {
87
function render() {
88
console.textContent = "";
89
errors.textContent = "";
90
- output.textContent = schemascii.patched_render(source.value);
+ output.innerHTML = schemascii.patched_render(source.value);
91
}
92
93
async function switch_version() {
0 commit comments