Hello,
I am trying to build a Markdown Previewer, and I can’t seem to be able to pass the test No. 4. which is shown below.
#4: When I enter GitHub flavored markdown into the #editor element, the text is rendered as HTML in
the #preview element as I type (HINT: You don’t need to parse Markdown yourself - you can import the
Marked library for this: https://cdnjs.com/libraries/marked).
My project link is here. https://codepen.io/KyeSuk-Suh/pen/XwXWqd
I searched online a lot, but that does not seem to help much.
I would appreciate it if you give a hint on how to solve the test No. 4.
Thank you.