File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remark-rehype" ,
3
- "version" : " 10.1 .0" ,
3
+ "version" : " 11.0 .0" ,
4
4
"description" : " remark plugin that turns markdown into HTML to support rehype" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -96,14 +96,14 @@ npm install remark-rehype
96
96
In Deno with [ ` esm.sh ` ] [ esmsh ] :
97
97
98
98
``` js
99
- import remarkRehype from ' https://esm.sh/remark-rehype@10 '
99
+ import remarkRehype from ' https://esm.sh/remark-rehype@11 '
100
100
```
101
101
102
102
In browsers with [ ` esm.sh ` ] [ esmsh ] :
103
103
104
104
``` html
105
105
<script type =" module" >
106
- import remarkRehype from ' https://esm.sh/remark-rehype@10 ?bundle'
106
+ import remarkRehype from ' https://esm.sh/remark-rehype@11 ?bundle'
107
107
</script >
108
108
```
109
109
You can’t perform that action at this time.
0 commit comments