Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 31, 2023
1 parent 18d23a1 commit 086e1a5
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-remark",
"version": "9.1.2",
"version": "10.0.0",
"description": "rehype plugin to transform to remark",
"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 @@ -82,14 +82,14 @@ npm install rehype-remark
In Deno with [`esm.sh`][esmsh]:

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

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

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

Expand Down

0 comments on commit 086e1a5

Please sign in to comment.