Skip to content

14.0.1

Compare
Choose a tag to compare
@wooorm wooorm released this 07 Sep 14:23
· 28 commits to main since this release
ac80e5f
  • b75c9dd Security: Fix to sanitize by default
    The docs have always said remark-html is safe by default. It wasn’t and this patches that.

    If you do want to be unsafe, use remark-html with sanitize: false:

    -  .use(remarkHtml)
    +  .use(remarkHtml, {sanitize: false})

Full Changelog: 14.0.0...14.0.1