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" : " mdast-util-gfm-strikethrough" ,
3- "version" : " 1 .0.3 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " mdast extension to parse and serialize GFM strikethrough" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ npm install mdast-util-gfm-strikethrough
7474In Deno with [ ` esm.sh ` ] [ esmsh ] :
7575
7676``` js
77- import {gfmStrikethroughFromMarkdown , gfmStrikethroughToMarkdown } from ' https://esm.sh/mdast-util-gfm-strikethrough@1 '
77+ import {gfmStrikethroughFromMarkdown , gfmStrikethroughToMarkdown } from ' https://esm.sh/mdast-util-gfm-strikethrough@2 '
7878```
7979
8080In browsers with [ ` esm.sh ` ] [ esmsh ] :
8181
8282``` html
8383<script type =" module" >
84- import {gfmStrikethroughFromMarkdown , gfmStrikethroughToMarkdown } from ' https://esm.sh/mdast-util-gfm-strikethrough@1 ?bundle'
84+ import {gfmStrikethroughFromMarkdown , gfmStrikethroughToMarkdown } from ' https://esm.sh/mdast-util-gfm-strikethrough@2 ?bundle'
8585 </script >
8686```
8787
You can’t perform that action at this time.
0 commit comments