File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdast-util-from-markdown" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " mdast utility to parse markdown" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ npm install mdast-util-from-markdown
77
77
In Deno with [ ` esm.sh ` ] [ esmsh ] :
78
78
79
79
``` 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 '
81
81
```
82
82
83
83
In browsers with [ ` esm.sh ` ] [ esmsh ] :
84
84
85
85
``` html
86
86
<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'
88
88
</script >
89
89
```
90
90
You can’t perform that action at this time.
0 commit comments