Markdown Previewer Challenge - Not Rendered?

Hi everyone,

I’m struggling with gettin this working in Codepen. It’s running in my local, but although I’ve added all references and libraries, it’s not being rendered in CodePen. I’d appreciate if someone can figure out what’s wrong here

Markdown Previewer - Test (codepen.io)

Look in the console:

ReferenceError: FaPenFancy is not defined

You are missing React Icons (<FaPenFancy /> is a component, you can’t get them through Font Awesome CSS). I’m also not sure what <VscPreview /> is supposed to be?

You also have Bootstrap classes but you didn’t add Bootstrap.

I would suggest using Codesandbox instead. It will feel more like your local dev environment (with npm packages, separate components, and import/export).

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.