Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 14:42
· 868 commits to master since this release

4.0.0 (2021-11-02)

Bug Fixes

BREAKING CHANGES

  • Default export removed. Use import { marked } from 'marked' or const { marked } = require('marked') instead.
  • /lib/marked.js removed. Use /marked.min.js in script tag instead.
  • When using marked in a script tag use marked.parse(...) instead of marked(...)