Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -120,7 +120,7 @@ console.log('Hello, world!');
|
|
120 |
`;
|
121 |
|
122 |
const htmlOutput = renderMarkdown(markdownText);
|
123 |
-
document.getElementById('output-container').innerHTML =
|
124 |
</script>
|
125 |
|
126 |
</body>
|
|
|
120 |
`;
|
121 |
|
122 |
const htmlOutput = renderMarkdown(markdownText);
|
123 |
+
document.getElementById('output-container').innerHTML = renderMarkdown(markdownText);;
|
124 |
</script>
|
125 |
|
126 |
</body>
|