Releases: remarkjs/remark-rehype
Releases · remarkjs/remark-rehype
11.1.1
11.1.0
11.0.0
Change
- 30091c7 Change to require Node.js 16
migrate: update too - cafeacc Change to use
exports
migrate: don’t use private APIs - acb292a Update
mdast-util-to-hast
,@types/{hast,mdast}
, unified, etc
migrate: update too
if you don’t use handlers, this should be fine;
if you do, see[email protected]
- ba50965 Remove
Processor
type
migrate: get it fromunified
Add
- b990986 Add exports of
defaultFootnoteBackContent
,defaultFootnoteBackLabel
Full Changelog: 10.1.0...11.0.0
10.1.0
10.0.1
10.0.0
- 2e2401a Update
mdast-util-to-hast
This changes footnotes to match how GitHub renders them- use the new
clobberPrefix
,footnoteLabel
, andfootnoteLabelBack
options to configure it
- use the new
- b718673 Fix support for explicit nullish
processor
Full Changelog: 9.1.0...10.0.0
9.1.0
9.0.0
- ab51cd4 Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkRehype = require('remark-rehype') // To ESM import remarkRehype from 'remark-rehype'
- c6a4c64 Add JSDoc based types
- 0cea259 Update dependencies
See[email protected]