Skip to content

Commit

Permalink
rehype-katex: 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 19, 2023
1 parent d5d0660 commit c29d96b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-katex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-katex",
"version": "6.0.3",
"version": "7.0.0",
"description": "rehype plugin to transform inline and block math with KaTeX",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-katex/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ npm install rehype-katex
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeKatex from 'https://esm.sh/rehype-katex@6'
import rehypeKatex from 'https://esm.sh/rehype-katex@7'
```

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

```html
<script type="module">
import rehypeKatex from 'https://esm.sh/rehype-katex@6?bundle'
import rehypeKatex from 'https://esm.sh/rehype-katex@7?bundle'
</script>
```

Expand Down

0 comments on commit c29d96b

Please sign in to comment.