15.0.0
Change
- 98a2560 Change to require Node.js 16
migrate: update too - a3e6d54 Change to use
exports
migrate: don’t use private APIs - 943f6ac Update
@types/mdast
,mdast-util-{from,to}-markdown
,unified
, etc
migrate: update too
remark-parse: only really changesBuffer
->Uint8Array
, so use encodings supported byTextDecoder
if you are passing binary data
remark-stringify:bulletOrderedOther
is removed, you can removebulletOrderedOther
if you passed it, it’s now the default;
fences
is nowtrue
by default, if you don’t want indented code, passfences: false
;
listItemIndent
is now'one'
by default, you can removelistItemIndent: 'one'
if you passed it, or explicitly set it to'tab'
if you want it
Types
- bd8c922 Add typed settings
Docs
- 7cc0432 Add
remark-link-rewrite
to list of plugins
by @rjanjic in #1212 - e72d91a Add
remark-mentions
to list of plugins
by @FinnRG in #1193
Full Changelog: 14.0.3...15.0.0