We’d like to use markdown to format our blog posts. Markdown isn’t getting rendered by default but we can install the marked
library to take care of that for us.
The awesome thing about remix is that we can use marked
to compile are markdown server-side in a loader
function so we don’t have to bundle this hefty library and process markdown in our user’s browsers.