I’m not able to pass the 6th test
I have also used a console.log() statement at the bottom which clearly should pass the test. codepen with issue
Also below would have a completely different behaviour.
I guess it’s because of marked.setOptions({breaks:true}) - if you put it immediately after const placeholder=... the tests will pass even with the initial version.