File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " remark-parse" ,
3- "version" : " 10 .0.2 " ,
3+ "version" : " 11 .0.0 " ,
44 "description" : " remark plugin to add support for parsing markdown input" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ npm install remark-parse
7272In Deno with [ ` esm.sh ` ] [ esmsh ] :
7373
7474``` js
75- import remarkParse from ' https://esm.sh/remark-parse@10 '
75+ import remarkParse from ' https://esm.sh/remark-parse@11 '
7676```
7777
7878In browsers with [ ` esm.sh ` ] [ esmsh ] :
7979
8080``` html
8181<script type =" module" >
82- import remarkParse from ' https://esm.sh/remark-parse@10 ?bundle'
82+ import remarkParse from ' https://esm.sh/remark-parse@11 ?bundle'
8383 </script >
8484```
8585
Original file line number Diff line number Diff line change 3838 ],
3939 "dependencies" : {
4040 "@types/mdast" : " ^4.0.0" ,
41- "remark-parse" : " ^10 .0.0" ,
41+ "remark-parse" : " ^11 .0.0" ,
4242 "remark-stringify" : " ^10.0.0" ,
4343 "unified" : " ^11.0.0"
4444 },
You can’t perform that action at this time.
0 commit comments