This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
4.0.0
- 6ec8372 Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkFootnotes = require('remark-footnotes') // To ESM import remarkFootnotes from 'remark-footnotes'
- 6249e02 Add JSDoc based types
- 4c4f827 Remove warning for remark 12