speedrun-p1xt-progress

View on GitHub

Build a Markdown Previewer

Objective

Build an app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/JXrLLE/.

Requirements

Hint: You don’t need to interpret Markdown yourself - you can import the Marked library for this: https://cdnjs.com/libraries/marked

Notes