Potential breaking changes
- The release increments the stable major version.
1.0.0 → 2.0.0
remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
6 Aug 2021 · Newest first
Last checked
Checking sources…
Showing 1 of 1 releases. Full release notes.
1.0.0 → 2.0.0
Signals highlight changes worth reviewing. They cannot determine whether your application is affected.
// From CommonJS
var remarkGfm = require('remark-gfm')
// To ESM
import remarkGfm from 'remark-gfm'
Learn more about ESM in this guideFull Changelog: https://github.com/remarkjs/remark-gfm/compare/1.0.0...2.0.0