File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
"dependencies" : {
34
34
"import-meta-resolve" : " ^3.0.0" ,
35
35
"markdown-extensions" : " ^2.0.0" ,
36
- "remark" : " ^14 .0.0" ,
36
+ "remark" : " ^15 .0.0" ,
37
37
"unified-args" : " ^11.0.0"
38
38
},
39
39
"scripts" : {},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remark" ,
3
- "version" : " 14 .0.3 " ,
3
+ "version" : " 15 .0.0 " ,
4
4
"description" : " markdown processor powered by plugins part of the unified collective" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ npm install remark
64
64
In Deno with [ ` esm.sh ` ] [ esmsh ] :
65
65
66
66
``` js
67
- import {remark } from ' https://esm.sh/remark@14 '
67
+ import {remark } from ' https://esm.sh/remark@15 '
68
68
```
69
69
70
70
In browsers with [ ` esm.sh ` ] [ esmsh ] :
71
71
72
72
``` html
73
73
<script type =" module" >
74
- import {remark } from ' https://esm.sh/remark@14 ?bundle'
74
+ import {remark } from ' https://esm.sh/remark@15 ?bundle'
75
75
</script >
76
76
```
77
77
You can’t perform that action at this time.
0 commit comments