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-to-markdown" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " mdast utility to serialize markdown" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -75,14 +75,14 @@ npm install mdast-util-to-markdown
7575In Deno with [ ` esm.sh ` ] [ esmsh ] :
7676
7777``` 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 '
7979```
8080
8181In browsers with [ ` esm.sh ` ] [ esmsh ] :
8282
8383``` html
8484<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'
8686 </script >
8787```
8888
You can’t perform that action at this time.
0 commit comments