From 298db348d96202eb8bb23d76fcec9db2096c4b6f Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 19 Sep 2023 13:40:02 +0200 Subject: [PATCH] rehype-mathjax: 5.0.0 --- packages/rehype-mathjax/package.json | 2 +- packages/rehype-mathjax/readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/rehype-mathjax/package.json b/packages/rehype-mathjax/package.json index 6cce96c..d00818f 100644 --- a/packages/rehype-mathjax/package.json +++ b/packages/rehype-mathjax/package.json @@ -1,6 +1,6 @@ { "name": "rehype-mathjax", - "version": "4.0.3", + "version": "5.0.0", "description": "rehype plugin to transform inline and block math with MathJax", "license": "MIT", "keywords": [ diff --git a/packages/rehype-mathjax/readme.md b/packages/rehype-mathjax/readme.md index 2ae13bc..019237c 100644 --- a/packages/rehype-mathjax/readme.md +++ b/packages/rehype-mathjax/readme.md @@ -56,14 +56,14 @@ npm install rehype-mathjax In Deno with [`esm.sh`][esmsh]: ```js -import rehypeMathjax from 'https://esm.sh/rehype-mathjax@4' +import rehypeMathjax from 'https://esm.sh/rehype-mathjax@5' ``` In browsers with [`esm.sh`][esmsh]: ```html ```