thewellermangroup commited on
Commit
3e60b0f
·
verified ·
1 Parent(s): 741d10a

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = htmlOutput;
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>