14.0.0
- 7ae15b5 Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkHtml = require('remark-html') // To ESM import remarkHtml from 'remark-html'
- 7dbad66 Add JSDoc based types
// From CommonJS
var remarkHtml = require('remark-html')
// To ESM
import remarkHtml from 'remark-html'