File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mdast-util-gfm-autolink-literal" ,
3- "version" : " 1 .0.3 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " mdast extension to parse and serialize GFM autolink literals" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -85,14 +85,14 @@ npm install mdast-util-gfm-autolink-literal
8585In Deno with [ ` esm.sh ` ] [ esmsh ] :
8686
8787``` js
88- import {gfmAutolinkLiteralFromMarkdown , gfmAutolinkLiteralToMarkdown } from ' https://esm.sh/mdast-util-gfm-autolink-literal@1 '
88+ import {gfmAutolinkLiteralFromMarkdown , gfmAutolinkLiteralToMarkdown } from ' https://esm.sh/mdast-util-gfm-autolink-literal@2 '
8989```
9090
9191In browsers with [ ` esm.sh ` ] [ esmsh ] :
9292
9393``` html
9494<script type =" module" >
95- import {gfmAutolinkLiteralFromMarkdown , gfmAutolinkLiteralToMarkdown } from ' https://esm.sh/mdast-util-gfm-autolink-literal@1 ?bundle'
95+ import {gfmAutolinkLiteralFromMarkdown , gfmAutolinkLiteralToMarkdown } from ' https://esm.sh/mdast-util-gfm-autolink-literal@2 ?bundle'
9696 </script >
9797```
9898
@@ -228,7 +228,7 @@ Node.
228228This means we try to keep the current release line,
229229` mdast-util-gfm-autolink-literal@^2 ` , compatible with Node.js 16.
230230
231- This plugin works with ` mdast-util-from-markdown ` version 2+ and
231+ This utility works with ` mdast-util-from-markdown ` version 2+ and
232232` mdast-util-to-markdown ` version 2+.
233233
234234## Related
You can’t perform that action at this time.
0 commit comments