This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copied from icecream17#2 Actually updating to v4.0.10 The only relevant breaking change: https://github.com/markedjs/marked/releases/tag/v4.0.0 is that the default export is removed: `({marked} = require('marked'))` Parens are required to make it not a SyntaxError. Only other change is that the docs: https://marked.js.org/using_advanced recommend using sanitize on the output instead of in the options
- Loading branch information