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 11{
22 "name" : " mdast-util-from-markdown" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " mdast utility to parse markdown" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ npm install mdast-util-from-markdown
7777In Deno with [ ` esm.sh ` ] [ esmsh ] :
7878
7979``` js
80- import {fromMarkdown } from ' https://esm.sh/mdast-util-from-markdown@1 '
80+ import {fromMarkdown } from ' https://esm.sh/mdast-util-from-markdown@2 '
8181```
8282
8383In browsers with [ ` esm.sh ` ] [ esmsh ] :
8484
8585``` html
8686<script type =" module" >
87- import {fromMarkdown } from ' https://esm.sh/mdast-util-from-markdown@1 ?bundle'
87+ import {fromMarkdown } from ' https://esm.sh/mdast-util-from-markdown@2 ?bundle'
8888 </script >
8989```
9090
You can’t perform that action at this time.
0 commit comments