We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d0660 commit c29d96bCopy full SHA for c29d96b
packages/rehype-katex/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rehype-katex",
3
- "version": "6.0.3",
+ "version": "7.0.0",
4
"description": "rehype plugin to transform inline and block math with KaTeX",
5
"license": "MIT",
6
"keywords": [
packages/rehype-katex/readme.md
@@ -56,14 +56,14 @@ npm install rehype-katex
56
In Deno with [`esm.sh`][esmsh]:
57
58
```js
59
-import rehypeKatex from 'https://esm.sh/rehype-katex@6'
+import rehypeKatex from 'https://esm.sh/rehype-katex@7'
60
```
61
62
In browsers with [`esm.sh`][esmsh]:
63
64
```html
65
<script type="module">
66
- import rehypeKatex from 'https://esm.sh/rehype-katex@6?bundle'
+ import rehypeKatex from 'https://esm.sh/rehype-katex@7?bundle'
67
</script>
68
69
0 commit comments