Rehype Remark Versions Save

plugin to transform from HTML (rehype) to Markdown (remark)

10.0.0

8 months ago

Change

  • 038d027 Update @types/hast, @types/mdast, hast-util-to-mdast, etc migrate: update too
  • 18d23a1 Change to use exports migrate: update too
  • d3b753a Change to require Node.js 16 migrate: don’t use private APIs
  • 482b6ef Remove defaultHandlers re-export migrate: get it from hast-util-to-mdast

Full Changelog: https://github.com/rehypejs/rehype-remark/compare/9.1.2...10.0.0

9.1.2

2 years ago
  • f4967e1 Fix missing lib/

Full Changelog: https://github.com/rehypejs/rehype-remark/compare/9.1.1...9.1.2

9.1.1

2 years ago

9.1.0

2 years ago

Full Changelog: https://github.com/rehypejs/rehype-remark/compare/9.0.0...9.1.0

9.0.0

2 years ago
  • 43856ad Use ESM
    • Change:

      // From CommonJS
      var rehypeRemark = require('rehype-remark')
      
      // To ESM
      import rehypeRemark from 'rehype-remark'
      

      Learn more about ESM in this guide

  • 35fda3e Add better types

8.1.1

2 years ago
  • 0a134c2 Fix files in package.json

8.1.0

2 years ago
  • cf1b894 1e3e7d5 Add types
  • c48489b Update to remark@next w/o changes

8.0.0

4 years ago
  • 29725ab Update hast-util-to-mdast (breaking, potentially, if you or your dependents use typescript)
  • edba926 Refactor prose

7.0.0

4 years ago
  • 284fd8d Update hast-util-to-mdast (breaking, potentially, if you or your dependents use typescript)
  • 5d30f49 Add notes on security

6.0.0

4 years ago