Skip to content

Commit c29d96b

Browse files
committed
rehype-katex: 7.0.0
1 parent d5d0660 commit c29d96b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/rehype-katex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-katex",
3-
"version": "6.0.3",
3+
"version": "7.0.0",
44
"description": "rehype plugin to transform inline and block math with KaTeX",
55
"license": "MIT",
66
"keywords": [

packages/rehype-katex/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ npm install rehype-katex
5656
In Deno with [`esm.sh`][esmsh]:
5757

5858
```js
59-
import rehypeKatex from 'https://esm.sh/rehype-katex@6'
59+
import rehypeKatex from 'https://esm.sh/rehype-katex@7'
6060
```
6161

6262
In browsers with [`esm.sh`][esmsh]:
6363

6464
```html
6565
<script type="module">
66-
import rehypeKatex from 'https://esm.sh/rehype-katex@6?bundle'
66+
import rehypeKatex from 'https://esm.sh/rehype-katex@7?bundle'
6767
</script>
6868
```
6969

0 commit comments

Comments
 (0)