Hello. Is it possible to put the results of the markdown into a textarea field? I’m trying to do this, but when I insert dangerouslySetInnerHTML={{__html: marked(this.state.input)}}
into the textarea, an error occurs.
Never mind. I think I figured out what to do.