9.0.0
- ab51cd4 Use ESM
Learn more about ESM in this guide// From CommonJS var remarkRehype = require('remark-rehype') // To ESM import remarkRehype from 'remark-rehype' - c6a4c64 Add JSDoc based types
- 0cea259 Update dependencies
See
mdast-util-to-hast@11.0.0