Can anyone help me with this challenge, I seem to be failing the tests, after satisfying all conditions
link for challenge:; freeCodeCamp Challenge Guide: Build a Markdown Previewer
my codepen
https://codepen.io/ankit-dahiya/pen/yLgZRgW
Hi @ankitsub96 !
Welcome to the forum!
In order to pass all of the required tests you need to write actual markdown in the editor window. Not plain html tags.
Here is a markdown cheat sheet
I did the first one for you but you need to fill out the rest.
When I make those changes, I get 7/8.
If you want to pass the bonus test, then you should look at this part of the documentation.
https://marked.js.org/using_advanced
Hope that helps!
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.