# remark-gfm 2.0.0 - Product: remark-gfm (https://whatsnew.fyi/product/remark-gfm) - Vendor: unified - Date: 2021-08-06 - Version: 2.0.0 - Original notes: https://github.com/remarkjs/remark-gfm/releases/tag/2.0.0 - Permalink: https://whatsnew.fyi/product/remark-gfm/releases/2.0.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- * 6c518d8 Use ESM ```js // From CommonJS var remarkGfm = require('remark-gfm') // To ESM import remarkGfm from 'remark-gfm' ``` Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) * 37d92ac Add JSDoc based types * 0846014 Remove warning for remark 12 **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/1.0.0...2.0.0