Failing github format test

**Tell us what’s happening
Failing the github markdown test even though I have added github markdown format settings to my marker

Your code so far

marked.setOptions({

    gfm: true,

    

  });

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Build a Markdown Previewer

Link to the challenge:

The gfm option is the default (you don’t need to set it).

Not sure what test you are failing and without seeing your code or a live version of the project it is kind of hard to help.

My guess is it’s the insert a line break test? If so checkout the options and see if you can find the option you need to use.