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 1
1
{
2
2
"name" : " mdast-util-gfm-autolink-literal" ,
3
- "version" : " 1 .0.3 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " mdast extension to parse and serialize GFM autolink literals" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -85,14 +85,14 @@ npm install mdast-util-gfm-autolink-literal
85
85
In Deno with [ ` esm.sh ` ] [ esmsh ] :
86
86
87
87
``` 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 '
89
89
```
90
90
91
91
In browsers with [ ` esm.sh ` ] [ esmsh ] :
92
92
93
93
``` html
94
94
<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'
96
96
</script >
97
97
```
98
98
@@ -228,7 +228,7 @@ Node.
228
228
This means we try to keep the current release line,
229
229
` mdast-util-gfm-autolink-literal@^2 ` , compatible with Node.js 16.
230
230
231
- This plugin works with ` mdast-util-from-markdown ` version 2+ and
231
+ This utility works with ` mdast-util-from-markdown ` version 2+ and
232
232
` mdast-util-to-markdown ` version 2+.
233
233
234
234
## Related
You can’t perform that action at this time.
0 commit comments