# remark-rehype 9.0.0 - Product: remark-rehype (https://whatsnew.fyi/product/remark-rehype) - Vendor: unified - Date: 2021-08-06 - Version: 9.0.0 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/9.0.0 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/9.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'. --- * ab51cd4 Use ESM ```js // From CommonJS var remarkRehype = require('remark-rehype') // To ESM import remarkRehype from 'remark-rehype' ``` Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) * c6a4c64 Add JSDoc based types * 0cea259 Update dependencies See [`mdast-util-to-hast@11.0.0`](https://github.com/syntax-tree/mdast-util-to-hast/releases/tag/11.0.0)