File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdast-util-gfm-footnote" ,
3
- "version" : " 1 .0.2 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " mdast extension to parse and serialize GFM footnotes" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ npm install mdast-util-gfm-footnote
78
78
In Deno with [ ` esm.sh ` ] [ esmsh ] :
79
79
80
80
``` js
81
- import {gfmFootnoteFromMarkdown , gfmFootnoteToMarkdown } from ' https://esm.sh/mdast-util-gfm-footnote@1 '
81
+ import {gfmFootnoteFromMarkdown , gfmFootnoteToMarkdown } from ' https://esm.sh/mdast-util-gfm-footnote@2 '
82
82
```
83
83
84
84
In browsers with [ ` esm.sh ` ] [ esmsh ] :
85
85
86
86
``` html
87
87
<script type =" module" >
88
- import {gfmFootnoteFromMarkdown , gfmFootnoteToMarkdown } from ' https://esm.sh/mdast-util-gfm-footnote@1 ?bundle'
88
+ import {gfmFootnoteFromMarkdown , gfmFootnoteToMarkdown } from ' https://esm.sh/mdast-util-gfm-footnote@2 ?bundle'
89
89
</script >
90
90
```
91
91
You can’t perform that action at this time.
0 commit comments