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 1
1
{
2
2
"name" : " mdast-util-to-markdown" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " mdast utility to serialize markdown" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -75,14 +75,14 @@ npm install mdast-util-to-markdown
75
75
In Deno with [ ` esm.sh ` ] [ esmsh ] :
76
76
77
77
``` js
78
- import {toMarkdown } from ' https://esm.sh/mdast-util-to-markdown@1 '
78
+ import {toMarkdown } from ' https://esm.sh/mdast-util-to-markdown@2 '
79
79
```
80
80
81
81
In browsers with [ ` esm.sh ` ] [ esmsh ] :
82
82
83
83
``` html
84
84
<script type =" module" >
85
- import {toMarkdown } from ' https://esm.sh/mdast-util-to-markdown@1 ?bundle'
85
+ import {toMarkdown } from ' https://esm.sh/mdast-util-to-markdown@2 ?bundle'
86
86
</script >
87
87
```
88
88
You can’t perform that action at this time.
0 commit comments