Cant see whats wrong with this code for Markdown Previewer

I have checked this code over and over but I cant see what I am missing.

Maybe a second pair of eyes can help me see why I am not passing the two tests

My Codepen

The test I am not passing is

When my markdown previewer first loads, the default text in the #editor field should contain valid markdown that represents at least one of each of the following elements: a header (H1 size), a sub header (H2 size), a link, inline code, a code block, a list item, a blockquote, an image, and bolded text

Use the import instead.

import * as marked from "https://cdn.skypack.dev/marked@4.0.4";


Thanks for the link. Great tips from that solution thread.

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