Build a Markdown Previewer bug

Tell us what’s happening:
I am trying to get the contents of my “markdown” box to show up in my “preview” box, but it is not functional.

I realize it wont convert markdown to html yet, but I want to figure this out before I add functionality. can anyone help?

Your code so far


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/front-end-libraries/front-end-libraries-projects/build-a-markdown-previewer

this.setState({makdown: event.target.value});

spot the spelling error ?

1 Like