Markdown previewer throbles with markdown importing

hello FCC campers!

so here some beginning: https://codepen.io/Moiseychek/pen/JQrXJX

i was wondering how to actually import thing that will start recognizing all that mardown thing.
i got some link from user story

{ * User Story #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).
} put that link behind the JS tab in codepen, but when im trying to use it wont preview that it start working. Could you advise me how to import thath thing properly>

Does the order you link to the scripts make a difference like it does in jQuery? The example app links them in a different order than yours.

Thank you for reply!

so i made the same order as in example. the previewer still doesn’t work. any other idea??

No other ideas. Sorry.

hey Campers! i stuck on the problem! could someone check it out and explain me whats wrong!.
i know its very wrong!

UP

hey Campers! i stuck on the problem! could someone check it out and explain me whats wrong!.
i know its very wrong!

hmm not sure how its works, just copied some codes from campers and it working now. hopefully ill understand that at some moment

Did you finally understand the problem?

I’m having a similar issue with the markdown tables.