Skip to content

Commit

Permalink
rehype-mathjax: change to require Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 21, 2023
1 parent e595c29 commit 073f131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/rehype-mathjax/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A different plugin, [`rehype-katex`][rehype-katex], does the same but with
## Install

This package is [ESM only][esm].
In Node.js (version 16+), install with [npm][]:
In Node.js (version 18+), install with [npm][]:

```sh
npm install rehype-mathjax
Expand Down Expand Up @@ -223,8 +223,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `rehype-mathjax@^5`,
compatible with Node.js 16.
This means we try to keep the current release line, `rehype-mathjax@^6`,
compatible with Node.js 18.

This plugin works with unified version 6+ and rehype version 4+.

Expand Down

0 comments on commit 073f131

Please sign in to comment.