When I run my project locally I can see the preview of markup but it is not converting it into Github Markup. In Codepen, I am not able to preview the markup.
Change import to this:
import marked from "https://cdn.skypack.dev/marked@1.2.7";
When I run my project locally I can see the preview of markup but it is not converting it into Github Markup. In Codepen, I am not able to preview the markup.
Change import to this:
import marked from "https://cdn.skypack.dev/marked@1.2.7";