All the code has been applied but react component is not rendering. I went in and made sure the proper libraries are linked and the proper script tags are in my HTML. Still not rendering. Please Help. https://codepen.io/dgrimes24/pen/WNgZmYj?editors=1011
Look at your browser’s console. You have issues you need to fix.
You need to read the documentation related to the marked
library. marked
is not a function itself. It has methods you can use though.
Much appreciated. Are you able to point me in the right direction for the documentation. I was never introduced to the markdown library before beginning the project.