thewellermangroup commited on
Commit
741d10a
·
verified ·
1 Parent(s): 6dab648

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 = htmlOutput;
124
  </script>
125
 
126
  </body>