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 77f44a0 commit 9829d93Copy full SHA for 9829d93
index.html
@@ -8,7 +8,7 @@
8
.flex {
9
display: flex;
10
flex: 1;
11
- padding: 1em;
+ padding: 2px;
12
}
13
14
.flex.row {
@@ -92,7 +92,7 @@ <h1>Schemascii Playground</h1>
92
console.textContent = "";
93
errors.textContent = "";
94
try {
95
- output.innerHTML = await schemascii.render(source.value);
+ output.innerHTML = await schemascii.render("playground", source.value);
96
} catch (e) {
97
error(`\nJS Error:\n${e.stack}\n`);
98
throw e;
0 commit comments