Skip to content

Commit

Permalink
rehype-mathjax: 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 19, 2023
1 parent c29d96b commit 298db34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-mathjax/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-mathjax/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script type="module">
import rehypeMathjax from 'https://esm.sh/rehype-mathjax@4?bundle'
import rehypeMathjax from 'https://esm.sh/rehype-mathjax@5?bundle'
</script>
```

Expand Down

0 comments on commit 298db34

Please sign in to comment.