Skip to content

6.0.0

Choose a tag to compare

@wooorm wooorm released this 05 Aug 12:53
· 17 commits to main since this release
8450ab8
  • 9893c11 Use ESM
    // From CommonJS
    var remarkReferenceLinks = require('remark-reference-links')
    
    // To ESM
    import remarkReferenceLinks from 'remark-reference-links'
    Learn more about ESM in this guide
  • 94973bc Add JSDoc based types