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 3333 "dependencies" : {
3434 "import-meta-resolve" : " ^3.0.0" ,
3535 "markdown-extensions" : " ^2.0.0" ,
36- "remark" : " ^14 .0.0" ,
36+ "remark" : " ^15 .0.0" ,
3737 "unified-args" : " ^11.0.0"
3838 },
3939 "scripts" : {},
Original file line number Diff line number Diff line change 11{
22 "name" : " remark" ,
3- "version" : " 14 .0.3 " ,
3+ "version" : " 15 .0.0 " ,
44 "description" : " markdown processor powered by plugins part of the unified collective" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ npm install remark
6464In Deno with [ ` esm.sh ` ] [ esmsh ] :
6565
6666``` js
67- import {remark } from ' https://esm.sh/remark@14 '
67+ import {remark } from ' https://esm.sh/remark@15 '
6868```
6969
7070In browsers with [ ` esm.sh ` ] [ esmsh ] :
7171
7272``` html
7373<script type =" module" >
74- import {remark } from ' https://esm.sh/remark@14 ?bundle'
74+ import {remark } from ' https://esm.sh/remark@15 ?bundle'
7575 </script >
7676```
7777
You can’t perform that action at this time.
0 commit comments