Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

[chore] Use marked v4 #2731

Open
wants to merge 1 commit into
base: dependabot/npm_and_yarn/marked-4.0.10
Choose a base branch
from

Commits on Jan 15, 2022

  1. [chore] Use marked v4

    Copied from #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
    icecream17 committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    02e6dda View commit details
    Browse the repository at this point in the history