Hi FCC! My markdown project is going well so far, up until the point where I need to import the marked library. I’m really not sure how to do this. I’ve looked up some tutorials but different ones are saying wildly different things. Can you please give me a step by step on how to get the marked library to work?
I’m using CodePen to write HTML, CSS, and React JS. Here’s my CodePen: https://codepen.io/queenofelves/pen/eYLNdVB?editors=1010
Thank you! That was so helpful.
I put in these pieces of code:
But as you can see, it’s throwing an error and saying marked isn’t a function. Also, my rendered UI has disappeared and no longer passes the tests it previously was passing.
I’m sorry to cause you trouble, but please help me figure this out if you can!