Front End Development Libraries Projects - Build a Markdown Previewer

Hello I’m trying to run the test on codepen but the green hamburger dont show up. Here is the link https://codepen.io/Cerbero7880/pen/XWPXpLw

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Challenge: Front End Development Libraries Projects - Build a Markdown Previewer

Link to the challenge:

Add the following script within the body element in html code:

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

id=“main” move from body element into a different html element within the body, for example:

<div id="main">
  </div>

The fcc test suite will show up.

1 Like