Remarkjs Remark Versions Save

markdown processor powered by plugins part of the @unifiedjs collective

[email protected]

2 weeks ago
  • a185821b Update internal import-meta-resolve

Full Changelog: https://github.com/remarkjs/remark/compare/[email protected]@12.0.1

15.0.1

7 months ago

15.0.0

7 months ago

Change

  • 98a25602 Change to require Node.js 16 migrate: update too
  • a3e6d54f Change to use exports migrate: don’t use private APIs
  • 943f6ac9 Update @types/mdast, mdast-util-{from,to}-markdown, unified, etc migrate: update too remark-parse: only really changes Buffer -> Uint8Array, so use encodings supported by TextDecoder if you are passing binary data remark-stringify: bulletOrderedOther is removed, you can remove bulletOrderedOther if you passed it, it’s now the default; fences is now true by default, if you don’t want indented code, pass fences: false; listItemIndent is now 'one' by default, you can remove listItemIndent: 'one' if you passed it, or explicitly set it to 'tab' if you want it

Types

  • bd8c922f Add typed settings

Docs

Full Changelog: https://github.com/remarkjs/remark/compare/14.0.3...15.0.0

[email protected]

7 months ago

(see 15.0.0)

[email protected]

7 months ago

(see 15.0.0)

[email protected]

7 months ago

(see 15.0.0)

14.0.3

1 year ago

Misc

Plugins

Full Changelog: https://github.com/remarkjs/remark/compare/14.0.2...14.0.3

[email protected]

1 year ago
  • 145019c4 Update unified-args breaking: remove support for Node 12 tiny chance of breaking: this adheres properly to YAML 1.2 tiny chance of breaking: this matches modern node in how to resolve plugins by @remcohaszing in https://github.com/remarkjs/remark/pull/1008

Full Changelog: https://github.com/remarkjs/remark/compare/[email protected]