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-gfm" ,
3- "version" : " 2 .0.2 " ,
3+ "version" : " 3 .0.0 " ,
44 "description" : " mdast extension to parse and serialize GFM (GitHub Flavored Markdown)" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -96,14 +96,14 @@ npm install mdast-util-gfm
9696In Deno with [ ` esm.sh ` ] [ esmsh ] :
9797
9898``` js
99- import {gfmFromMarkdown , gfmToMarkdown } from ' https://esm.sh/mdast-util-gfm@2 '
99+ import {gfmFromMarkdown , gfmToMarkdown } from ' https://esm.sh/mdast-util-gfm@3 '
100100```
101101
102102In browsers with [ ` esm.sh ` ] [ esmsh ] :
103103
104104``` html
105105<script type =" module" >
106- import {gfmFromMarkdown , gfmToMarkdown } from ' https://esm.sh/mdast-util-gfm@2 ?bundle'
106+ import {gfmFromMarkdown , gfmToMarkdown } from ' https://esm.sh/mdast-util-gfm@3 ?bundle'
107107 </script >
108108```
109109
You can’t perform that action at this time.
0 commit comments