Skip to content

Commit

Permalink
11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 19, 2023
1 parent 30091c7 commit b4799b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "remark-rehype",
"version": "10.1.0",
"version": "11.0.0",
"description": "remark plugin that turns markdown into HTML to support rehype",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -96,14 +96,14 @@ npm install remark-rehype
In Deno with [`esm.sh`][esmsh]:

```js
import remarkRehype from 'https://esm.sh/remark-rehype@10'
import remarkRehype from 'https://esm.sh/remark-rehype@11'
```

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

```html
<script type="module">
import remarkRehype from 'https://esm.sh/remark-rehype@10?bundle'
import remarkRehype from 'https://esm.sh/remark-rehype@11?bundle'
</script>
```

Expand Down

0 comments on commit b4799b5

Please sign in to comment.