Skip to content

6.0.0

Choose a tag to compare

@wooorm wooorm released this 05 Aug 12:38
· 17 commits to main since this release
c0a6cde
  • cee72ff Use ESM
    // From CommonJS
    var remarkInlineLinks = require('remark-inline-links')
    
    // To ESM
    import remarkInlineLinks from 'remark-inline-links'
    Learn more about ESM in this guide
  • 04bf32c Add JSDoc based types