Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 5, 2023
1 parent 72fe488 commit f7a0e02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-highlight",
"version": "6.0.0",
"version": "7.0.0",
"description": "rehype plugin to highlight code blocks with lowlight (highlight.js)",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ npm install rehype-highlight
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeHighlight from 'https://esm.sh/rehype-highlight@5'
import rehypeHighlight from 'https://esm.sh/rehype-highlight@66'

This comment has been minimized.

Copy link
@muningis

muningis Sep 14, 2023

Should probably be https://esm.sh/rehype-highlight@6 👀

This comment has been minimized.

Copy link
@wooorm

wooorm Sep 15, 2023

Author Member

thanks Rokas

```

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

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

Expand Down

0 comments on commit f7a0e02

Please sign in to comment.