5.0.0
- 1f04763 Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkMath = require('remark-math') // To ESM import remarkMath from 'remark-math'
- b7ecce0 Update dependencies
- 0b77136 Remove warning for remark 12
// From CommonJS
var remarkMath = require('remark-math')
// To ESM
import remarkMath from 'remark-math'