Sourced from rehype-highlight's releases.
7.0.0
Change
- d72c765 Update
lowlightmigrate: if you passlanguages, make sure the spread incommonfromlowlight:.use(rehypeHighlight, {...common, ...otherLanguages})- b057174 Update
@types/hast,unified, utilities, etc migrate: update too- 72fe488 Change to require Node.js 16 migrate: update too
- d2fc56d Change to use
exportsmigrate: don’t use private APIs- dc3823d Remove
ignoreMissingoption, make it default migrate: removeignoreMissing, expect warnings on the file insteadMisc
- d05e002 Fix broken import in example by
@rhysdin rehypejs/rehype-highlight#24Full Changelog: https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0
f7a0e02
7.0.072fe488
Change to require Node.js 16d2fc56d
Change to use exports4e97ba7
Refactor docsdc3823d
Remove ignoreMissing option, make it defaultd72c765
Update lowlightcad037f
Refactor code-styleedc5650
Refactor to use node:test79d883c
Add ignore-scripts to .npmrcd6e903e
Refactor Actions